HomeSort by relevance Sort by last modified time
    Searched defs:thread_pool_ (Results 1 - 8 of 8) 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.h 54 ThreadPool* const thread_pool_; member in class:art::ThreadPoolWorker
  /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
  /external/chromium_org/v8/src/libplatform/
default-platform.h 47 std::vector<WorkerThread*> thread_pool_; member in class:v8::platform::DefaultPlatform
  /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/compiler/driver/
compiler_driver.cc 1545 ThreadPool* const thread_pool_; member in class:art::ParallelCompilationManager
    [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...]

Completed in 153 milliseconds