Searched refs:work_steal_lock_ (Results 1 - 2 of 2) sorted by path

/art/runtime/
H A Dthread_pool.cc215 MutexLock mu(self, thread_pool->work_steal_lock_);
235 MutexLock mu(self, thread_pool->work_steal_lock_);
253 MutexLock mu(self, thread_pool->work_steal_lock_);
264 MutexLock mu(self, thread_pool->work_steal_lock_);
279 work_steal_lock_("work stealing lock"),
H A Dthread_pool.h176 Mutex work_steal_lock_; member in class:art::WorkStealingThreadPool
181 WorkStealingTask* FindTaskToStealFrom(Thread* self) EXCLUSIVE_LOCKS_REQUIRED(work_steal_lock_);

Completed in 125 milliseconds