HomeSort by relevance Sort by last modified time
    Searched defs:AddWork (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/threading/
simple_thread.cc 122 AddWork(NULL, num_threads_);
133 void DelegateSimpleThreadPool::AddWork(Delegate* delegate, int repeat_count) {
simple_thread.h 156 // You just call AddWork() to add a delegate to the list of work to be done.
176 // It is safe to AddWork() any time, before or after Start().
178 void AddWork(Delegate* work, int repeat_count);
179 void AddWork(Delegate* work) {
180 AddWork(work, 1);
  /external/v8/src/regexp/
jsregexp.cc     [all...]

Completed in 82 milliseconds