Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool_test.cc125 class TreeTask : public Task { class
127 TreeTask(ThreadPool* const thread_pool, AtomicInteger* count, int depth) in TreeTask() function in art::TreeTask
134 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1)); in Run()
135 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1)); in Run()
157 thread_pool.AddTask(self, new TreeTask(&thread_pool, &count, depth)); in TEST_F()