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

/art/runtime/
H A Dthread_list.cc575 std::vector<Thread*> other_threads; local
601 other_threads.push_back(thread);
613 for (const auto& thread : other_threads) {
630 for (const auto& thread : other_threads) {
637 return runnable_thread_count + other_threads.size() + 1; // +1 for self.

Completed in 571 milliseconds