Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool_test.cc28 class CountTask : public Task { class
30 explicit CountTask(AtomicInteger* count) : count_(count), verbose_(false) {} in CountTask() function in art::CountTask
69 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()