Searched refs:threads_ (Results 1 – 2 of 2) sorted by relevance
173 CHECK(threads_.empty()); in CreateThreads()183 threads_.push_back( in CreateThreads()196 return threads_; in GetWorkers()212 STLDeleteElements(&threads_); in DeleteThreads()311 for (ThreadPoolWorker* worker : threads_) { in SetPthreadPriority()
112 return threads_.size(); in GetThreadCount()195 std::vector<ThreadPoolWorker*> threads_; variable