Home
last modified time | relevance | path

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

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