Searched refs:threads_ (Results 1 – 2 of 2) sorted by relevance
95 … threads_.push_back(new ThreadPoolWorker(this, worker_name, ThreadPoolWorker::kDefaultStackSize)); in ThreadPool()118 STLDeleteElements(&threads_); in ~ThreadPool()285 threads_.push_back(new WorkStealingWorker(this, worker_name, in WorkStealingThreadPool()299 WorkStealingWorker* worker = down_cast<WorkStealingWorker*>(threads_[steal_index_]); in FindTaskToStealFrom()
81 return threads_.size(); in GetThreadCount()134 std::vector<ThreadPoolWorker*> threads_; variable