Searched refs:thread_pool_ (Results 1 – 6 of 6) sorted by relevance
30 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()
43 std::vector<WorkerThread*> thread_pool_; variable
113 : 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()
94 ThreadProvider* thread_pool_; variable
112 ThreadProvider* thread_pool_; variable
75 thread_pool_(thread_pool), in TargetProcess()310 job_, thread_pool_, ipc_dispatcher)); in Init()