HomeSort by relevance Sort by last modified time
    Searched defs:thread_pool_ (Results 1 - 7 of 7) 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.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
  /art/runtime/gc/
heap.h 421 return thread_pool_.get();
638 UniquePtr<ThreadPool> thread_pool_; member in class:art::gc::Heap
  /art/compiler/driver/
compiler_driver.cc 1430 ThreadPool* const thread_pool_; member in class:art::ParallelCompilationManager
    [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...]

Completed in 338 milliseconds