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::CountTask69 thread_pool->AddTask(self, new CountTask(&count)); in TEST_F()85 thread_pool->AddTask(self, new CountTask(&count)); in TEST_F()95 thread_pool->AddTask(self, new CountTask(&bad_count)); in TEST_F()112 thread_pool->AddTask(self, new CountTask(&count)); in TEST_F()