Searched refs:thread_pool_ (Results 1 – 2 of 2) sorted by relevance
43 for (std::vector<WorkerThread*>::iterator i = thread_pool_.begin(); in ~DefaultPlatform()44 i != thread_pool_.end(); ++i) { in ~DefaultPlatform()76 thread_pool_.push_back(new WorkerThread(&queue_)); in EnsureInitialized()
47 std::vector<WorkerThread*> thread_pool_; variable