HomeSort by relevance Sort by last modified time
    Searched refs:IncrementingTask (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/threading/
worker_pool_posix_unittest.cc 45 // IncrementingTask's main purpose is to increment a counter. It also updates a
48 // threads used if more than one IncrementingTask is consecutively posted to the
51 class IncrementingTask : public Task {
53 IncrementingTask(Lock* counter_lock,
79 DISALLOW_COPY_AND_ASSIGN(IncrementingTask);
82 // BlockingIncrementingTask is a simple wrapper around IncrementingTask that
112 IncrementingTask incrementer_;
155 return new IncrementingTask(&counter_lock_, &counter_,
  /external/chromium_org/base/threading/
worker_pool_posix_unittest.cc 48 // IncrementingTask's main purpose is to increment a counter. It also updates a
51 // threads used if more than one IncrementingTask is consecutively posted to the
54 void IncrementingTask(Lock* counter_lock,
66 // BlockingIncrementingTask is a simple wrapper around IncrementingTask that
86 IncrementingTask(args.counter_lock, args.counter, args.unique_threads_lock,
124 return base::Bind(&IncrementingTask, &counter_lock_, &counter_,

Completed in 250 milliseconds