Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/libplatform/
Ddefault-platform.cc30 for (std::vector<WorkerThread*>::iterator i = thread_pool_.begin(); in ~DefaultPlatform()
31 i != thread_pool_.end(); ++i) { in ~DefaultPlatform()
54 thread_pool_.push_back(new WorkerThread(&queue_)); in EnsureInitialized()
Ddefault-platform.h43 std::vector<WorkerThread*> thread_pool_; variable
/external/chromium_org/sandbox/win/src/
Dbroker_services.cc113 : thread_pool_(NULL), job_port_(NULL), no_targets_(NULL), in BrokerServicesBase()
120 if ((NULL != job_port_) || (NULL != thread_pool_)) in Init()
169 delete thread_pool_; in ~BrokerServicesBase()
452 if (NULL == thread_pool_) in SpawnTarget()
453 thread_pool_ = new Win2kThreadPool(); in SpawnTarget()
461 thread_pool_); in SpawnTarget()
Dbroker_services.h94 ThreadProvider* thread_pool_; variable
Dtarget_process.h112 ThreadProvider* thread_pool_; variable
Dtarget_process.cc75 thread_pool_(thread_pool), in TargetProcess()
310 job_, thread_pool_, ipc_dispatcher)); in Init()