Searched refs:steal_index_ (Results 1 - 2 of 2) sorted by last modified time

/art/runtime/
H A Dthread_pool.cc280 steal_index_(0) {
291 ++steal_index_;
292 if (steal_index_ >= thread_count) {
293 steal_index_-= thread_count;
296 WorkStealingWorker* worker = down_cast<WorkStealingWorker*>(threads_[steal_index_]);
H A Dthread_pool.h178 size_t steal_index_; member in class:art::WorkStealingThreadPool

Completed in 111 milliseconds