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

/art/runtime/
H A Dthread_list.cc409 std::vector<uint32_t> runnable_thread_ids; local
424 runnable_thread_ids.push_back(thread->GetThreadId());
472 for (uint32_t tid : runnable_thread_ids) {
479 // Some threads in 'runnable_thread_ids' are probably stuck. Try to dump their stacks.
487 std::find(runnable_thread_ids.begin(), runnable_thread_ids.end(), tid) !=
488 runnable_thread_ids.end();

Completed in 51 milliseconds