Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc376 std::vector<Thread*> runnable_threads; in FlipThreadRoots() local
418 runnable_threads.push_back(thread); in FlipThreadRoots()
448 return runnable_threads.size() + other_threads.size() + 1; // +1 for self. in FlipThreadRoots()