Searched refs:thread_pool_ (Results 1 – 2 of 2) sorted by relevance
281 thread_pool_.push_back(std::make_pair( in StartWorkerThread()286 thread_pool_.back().first->StartUp(); in StartWorkerThread()287 if (!thread_pool_.back().first->IsRunning()) { in StartWorkerThread()294 if (!thread_pool_.back().first->EnableRealTimeScheduling()) { in StartWorkerThread()298 if (!thread_pool_.back().first->DoInThread( in StartWorkerThread()310 for (auto thread = thread_pool_.begin(); thread != thread_pool_.end();) { in RemoveIdleThread()315 thread = thread_pool_.erase(thread); in RemoveIdleThread()
85 thread_pool_; variable