Searched defs:CountTask (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread_pool_test.cc27 class CountTask : public Task { class in namespace:art
29 explicit CountTask(AtomicInteger* count) : count_(count), verbose_(false) {} function in class:art::CountTask
67 thread_pool.AddTask(self, new CountTask(&count));
82 thread_pool.AddTask(self, new CountTask(&count));
92 thread_pool.AddTask(self, new CountTask(&bad_count));

Completed in 24 milliseconds