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