Searched refs:CountTask (Results 1 – 1 of 1) sorted by relevance
28 class CountTask : public Task { class30 explicit CountTask(AtomicInteger* count) : count_(count), verbose_(false) {} in CountTask() function in art::CountTask68 thread_pool.AddTask(self, new CountTask(&count)); in TEST_F()83 thread_pool.AddTask(self, new CountTask(&count)); in TEST_F()93 thread_pool.AddTask(self, new CountTask(&bad_count)); in TEST_F()109 thread_pool.AddTask(self, new CountTask(&count)); in TEST_F()