Home
last modified time | relevance | path

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

/art/runtime/
Dthread_list.cc541 std::vector<Thread*> other_threads; in FlipThreadRoots() local
567 other_threads.push_back(thread); in FlipThreadRoots()
579 for (const auto& thread : other_threads) { in FlipThreadRoots()
596 for (const auto& thread : other_threads) { in FlipThreadRoots()
603 return runnable_thread_count + other_threads.size() + 1; // +1 for self. in FlipThreadRoots()