Searched refs:threads_ (Results 1 – 2 of 2) sorted by relevance
93 threads_.push_back(new ThreadPoolWorker(this, name, ThreadPoolWorker::kDefaultStackSize)); in ThreadPool()116 STLDeleteElements(&threads_); in ~ThreadPool()283 threads_.push_back(new WorkStealingWorker(this, name, ThreadPoolWorker::kDefaultStackSize)); in WorkStealingThreadPool()296 WorkStealingWorker* worker = down_cast<WorkStealingWorker*>(threads_[steal_index_]); in FindTaskToStealFrom()
68 return threads_.size(); in GetThreadCount()121 std::vector<ThreadPoolWorker*> threads_; variable