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

  /art/runtime/
thread_pool_test.cc 108 : 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
thread_pool.cc 30 : thread_pool_(thread_pool),
51 thread_pool_->creation_barier_.Wait(self);
52 while ((task = thread_pool_->GetTask(self)) != NULL) {
209 WorkStealingThreadPool* thread_pool = down_cast<WorkStealingThreadPool*>(thread_pool_);
210 while ((task = thread_pool_->GetTask(self)) != NULL) {
thread_pool.h 54 ThreadPool* const thread_pool_; member in class:art::ThreadPoolWorker
  /external/chromium_org/v8/src/libplatform/
default-platform.h 47 std::vector<WorkerThread*> thread_pool_; member in class:v8::platform::DefaultPlatform
default-platform.cc 43 for (std::vector<WorkerThread*>::iterator i = thread_pool_.begin();
44 i != thread_pool_.end(); ++i) {
76 thread_pool_.push_back(new WorkerThread(&queue_));
  /external/chromium_org/sandbox/win/src/
broker_services.h 94 ThreadProvider* thread_pool_; member in class:sandbox::FINAL
target_process.h 112 ThreadProvider* thread_pool_; member in class:sandbox::TargetProcess
broker_services.cc 113 : thread_pool_(NULL), job_port_(NULL), no_targets_(NULL),
120 if ((NULL != job_port_) || (NULL != thread_pool_))
169 delete thread_pool_;
452 if (NULL == thread_pool_)
453 thread_pool_ = new Win2kThreadPool();
461 thread_pool_);
target_process.cc 75 thread_pool_(thread_pool),
310 job_, thread_pool_, ipc_dispatcher));
  /art/runtime/gc/collector/
mark_sweep.cc 555 thread_pool_(thread_pool),
624 ThreadPool* const thread_pool_; member in class:art::gc::collector::MarkStackTask
634 auto* task = new MarkStackTask(thread_pool_, mark_sweep_, kMaxSize - mark_stack_pos_,
636 thread_pool_->AddTask(Thread::Current(), task);
    [all...]
  /art/runtime/gc/
heap.h 576 return thread_pool_.get();
952 std::unique_ptr<ThreadPool> thread_pool_; member in class:art::gc::Heap
    [all...]
heap.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc 1545 ThreadPool* const thread_pool_; member in class:art::ParallelCompilationManager
    [all...]

Completed in 124 milliseconds