Searched refs:thread_pool_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/libplatform/
H A Ddefault-platform.cc30 for (std::vector<WorkerThread*>::iterator i = thread_pool_.begin();
31 i != thread_pool_.end(); ++i) {
54 thread_pool_.push_back(new WorkerThread(&queue_));
H A Ddefault-platform.h43 std::vector<WorkerThread*> thread_pool_; member in class:v8::internal::DefaultPlatform
/external/chromium_org/sandbox/win/src/
H A Dbroker_services.h94 ThreadProvider* thread_pool_; member in class:sandbox::FINAL
H A Dbroker_services.cc113 : 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_);
H A Dtarget_process.h112 ThreadProvider* thread_pool_; member in class:sandbox::TargetProcess
H A Dtarget_process.cc75 thread_pool_(thread_pool),
310 job_, thread_pool_, ipc_dispatcher));

Completed in 131 milliseconds