Home
last modified time | relevance | path

Searched refs:threads_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dthread_pool.cc95threads_.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()
Dthread_pool.h81 return threads_.size(); in GetThreadCount()
134 std::vector<ThreadPoolWorker*> threads_; variable