Searched refs:steal_from_task (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread_pool.cc234 WorkStealingTask* steal_from_task = nullptr; local
239 steal_from_task = thread_pool->FindTaskToStealFrom();
240 if (steal_from_task != nullptr) {
241 CHECK_NE(stealing_task, steal_from_task)
243 steal_from_task->ref_count_++;
249 if (steal_from_task != nullptr) {
251 stealing_task->StealFrom(self, steal_from_task);
256 finalize = !--steal_from_task->ref_count_;
260 steal_from_task->Finalize();

Completed in 55 milliseconds