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 104 : thread_pool_(thread_pool),
110 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1));
111 thread_pool_->AddTask(self, new TreeTask(thread_pool_, count_, depth_ - 1));
122 ThreadPool* const thread_pool_; member in class:art::TreeTask
thread_pool.h 70 ThreadPool* const thread_pool_; member in class:art::ThreadPoolWorker
  /external/v8/src/libplatform/
default-platform.h 66 std::vector<WorkerThread*> thread_pool_; member in class:v8::platform::DefaultPlatform
  /art/runtime/jit/
jit.h 199 std::unique_ptr<ThreadPool> thread_pool_; member in class:art::jit::Jit
  /art/runtime/gc/collector/
mark_sweep.cc 654 thread_pool_(thread_pool),
745 ThreadPool* const thread_pool_; member in class:art::gc::collector::MarkStackTask
756 auto* task = new MarkStackTask(thread_pool_,
760 thread_pool_->AddTask(Thread::Current(), task);
    [all...]
  /art/runtime/gc/
heap.h 665 return thread_pool_.get();
1214 std::unique_ptr<ThreadPool> thread_pool_; member in class:art::gc::Heap
    [all...]
  /art/compiler/driver/
compiler_driver.cc 1959 ThreadPool* const thread_pool_; member in class:art::ParallelCompilationManager
    [all...]

Completed in 305 milliseconds