HomeSort by relevance Sort by last modified time
    Searched refs:thread_pool_ (Results 1 - 11 of 11) sorted by null

  /art/runtime/
thread_pool_test.cc 106 : 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
thread_pool.cc 30 : thread_pool_(thread_pool),
48 thread_pool_->creation_barier_.Wait(self);
49 while ((task = thread_pool_->GetTask(self)) != NULL) {
205 WorkStealingThreadPool* thread_pool = down_cast<WorkStealingThreadPool*>(thread_pool_);
206 while ((task = thread_pool_->GetTask(self)) != NULL) {
thread_pool.h 53 ThreadPool* const thread_pool_; member in class:art::ThreadPoolWorker
  /external/chromium_org/sandbox/win/src/
broker_services.h 93 ThreadProvider* thread_pool_; member in class:sandbox::BrokerServicesBase
target_process.h 112 ThreadProvider* thread_pool_; member in class:sandbox::TargetProcess
broker_services.cc 88 : thread_pool_(NULL), job_port_(NULL), no_targets_(NULL),
95 if ((NULL != job_port_) || (NULL != thread_pool_))
144 delete thread_pool_;
388 if (NULL == thread_pool_)
389 thread_pool_ = new Win2kThreadPool();
397 thread_pool_);
target_process.cc 75 thread_pool_(thread_pool),
310 job_, thread_pool_, ipc_dispatcher));
  /art/runtime/gc/
heap.h 421 return thread_pool_.get();
638 UniquePtr<ThreadPool> thread_pool_; member in class:art::gc::Heap
heap.cc 249 thread_pool_.reset(new ThreadPool(num_threads));
254 thread_pool_.reset(nullptr);
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 635 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);
    [all...]
  /art/compiler/driver/
compiler_driver.cc 1430 ThreadPool* const thread_pool_; member in class:art::ParallelCompilationManager
    [all...]

Completed in 336 milliseconds