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

/art/runtime/
H A Dthread_pool_test.cc106 : thread_pool_(thread_pool),
112 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1));
113 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1));
124 ThreadPool* const thread_pool_; member in class:art::TreeTask
H A Dthread_pool.h53 ThreadPool* const thread_pool_; member in class:art::ThreadPoolWorker
/art/runtime/gc/
H A Dheap.h421 return thread_pool_.get();
638 UniquePtr<ThreadPool> thread_pool_; member in class:art::gc::Heap
/art/runtime/gc/collector/
H A Dmark_sweep.cc635 thread_pool_(thread_pool),
687 ThreadPool* const thread_pool_; member in class:art::gc::collector::MarkStackTask
697 auto* task = new MarkStackTask(thread_pool_, mark_sweep_, kMaxSize - mark_stack_pos_,
699 thread_pool_->AddTask(Thread::Current(), task);
/art/compiler/driver/
H A Dcompiler_driver.cc1350 thread_pool_(&thread_pool) {}
1380 thread_pool_->AddTask(self, closures[i]);
1382 thread_pool_->StartWorkers(self);
1389 thread_pool_->Wait(self, true, false);
1430 ThreadPool* const thread_pool_; member in class:art::ParallelCompilationManager

Completed in 2973 milliseconds