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

  /external/chromium/base/threading/
simple_thread.cc 105 AddWork(NULL, num_threads_);
116 void DelegateSimpleThreadPool::AddWork(Delegate* delegate, int repeat_count) {
simple_thread.h 143 // You just call AddWork() to add a delegate to the list of work to be done.
163 // It is safe to AddWork() any time, before or after Start().
165 void AddWork(Delegate* work, int repeat_count);
166 void AddWork(Delegate* work) {
167 AddWork(work, 1);
  /external/chromium_org/base/threading/
simple_thread.cc 112 AddWork(NULL, num_threads_);
123 void DelegateSimpleThreadPool::AddWork(Delegate* delegate, int repeat_count) {
simple_thread.h 149 // You just call AddWork() to add a delegate to the list of work to be done.
169 // It is safe to AddWork() any time, before or after Start().
171 void AddWork(Delegate* work, int repeat_count);
172 void AddWork(Delegate* work) {
173 AddWork(work, 1);
  /external/chromium_org/v8/src/
jsregexp.cc     [all...]
  /external/v8/src/
jsregexp.cc 804 inline void AddWork(RegExpNode* node) { work_list_->Add(node); }
    [all...]

Completed in 277 milliseconds