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

/art/runtime/
H A Dthread_pool_test.cc108 : thread_pool_(thread_pool),
114 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1));
115 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1));
126 ThreadPool* const thread_pool_; member in class:art::TreeTask
H A Dthread_pool.h54 ThreadPool* const thread_pool_; member in class:art::ThreadPoolWorker
/art/runtime/gc/collector/
H A Dmark_sweep.cc562 thread_pool_(thread_pool),
631 ThreadPool* const thread_pool_; member in class:art::gc::collector::MarkStackTask
641 auto* task = new MarkStackTask(thread_pool_, mark_sweep_, kMaxSize - mark_stack_pos_,
643 thread_pool_->AddTask(Thread::Current(), task);
/art/runtime/gc/
H A Dheap.h576 return thread_pool_.get();
952 std::unique_ptr<ThreadPool> thread_pool_; member in class:art::gc::Heap
/art/compiler/driver/
H A Dcompiler_driver.cc1375 thread_pool_(thread_pool) {}
1407 thread_pool_->AddTask(self, new ForAllClosure(this, end, callback));
1409 thread_pool_->StartWorkers(self);
1416 thread_pool_->Wait(self, true, false);
1458 ThreadPool* const thread_pool_; member in class:art::ParallelCompilationManager

Completed in 155 milliseconds