Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool_test.cc101 class TreeTask : public Task { class
103 TreeTask(ThreadPool* const thread_pool, AtomicInteger* count, int depth) in TreeTask() function in art::TreeTask
110 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1)); in Run()
111 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1)); in Run()
133 thread_pool.AddTask(self, new TreeTask(&thread_pool, &count, depth)); in TEST_F()