Home
last modified time | relevance | path

Searched refs:CountTask (Results 1 – 1 of 1) sorted by relevance

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