Searched defs:thread_pool_ (Results 1 - 6 of 6) sorted by relevance

/art/runtime/
H A Dthread_pool_test.cc104 : thread_pool_(thread_pool),
110 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1));
111 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1));
122 ThreadPool* const thread_pool_; member in class:art::TreeTask
H A Dthread_pool.h70 ThreadPool* const thread_pool_; member in class:art::ThreadPoolWorker
/art/runtime/jit/
H A Djit.h199 std::unique_ptr<ThreadPool> thread_pool_; member in class:art::jit::Jit
/art/runtime/gc/collector/
H A Dmark_sweep.cc656 thread_pool_(thread_pool),
747 ThreadPool* const thread_pool_; member in class:art::gc::collector::MarkSweep::MarkStackTask
758 auto* task = new MarkStackTask(thread_pool_,
762 thread_pool_->AddTask(Thread::Current(), task);
/art/runtime/gc/
H A Dheap.h665 return thread_pool_.get();
1214 std::unique_ptr<ThreadPool> thread_pool_; member in class:art::gc::Heap
/art/compiler/driver/
H A Dcompiler_driver.cc1872 thread_pool_(thread_pool) {}
1905 thread_pool_->AddTask(self, new ForAllClosure(this, end, visitor));
1907 thread_pool_->StartWorkers(self);
1914 thread_pool_->Wait(self, true, false);
1917 thread_pool_->StopWorkers(self);
1959 ThreadPool* const thread_pool_; member in class:art::ParallelCompilationManager

Completed in 129 milliseconds