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

  /external/v8/src/libplatform/
default-platform.h 81 std::vector<WorkerThread*> thread_pool_; member in class:v8::platform::DefaultPlatform
  /art/runtime/
thread_pool_test.cc 128 : thread_pool_(thread_pool),
134 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1));
135 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1));
146 ThreadPool* const thread_pool_; member in class:art::TreeTask
thread_pool.h 72 ThreadPool* const thread_pool_; member in class:art::ThreadPoolWorker
  /art/runtime/jit/
jit.h 175 return thread_pool_.get();
213 std::unique_ptr<ThreadPool> thread_pool_; member in class:art::jit::Jit
  /art/compiler/driver/
compiler_driver.cc 1629 ThreadPool* const thread_pool_; member in class:art::ParallelCompilationManager
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 653 thread_pool_(thread_pool),
744 ThreadPool* const thread_pool_; member in class:art::gc::collector::MarkSweep::MarkStackTask
755 auto* task = new MarkStackTask(thread_pool_,
759 thread_pool_->AddTask(Thread::Current(), task);
    [all...]
  /art/runtime/gc/
heap.h 689 return thread_pool_.get();
1296 std::unique_ptr<ThreadPool> thread_pool_; member in class:art::gc::Heap
    [all...]

Completed in 605 milliseconds