HomeSort by relevance Sort by last modified time
    Searched refs:other_threads (Results 1 - 2 of 2) sorted by null

  /system/extras/simpleperf/inferno/
inferno.py 210 other_threads = [x for _, x in process.threads.items() if x.tid != process.pid]
211 for thread in other_threads:
  /art/runtime/
thread_list.cc 564 std::vector<Thread*> other_threads; local
590 other_threads.push_back(thread);
602 for (const auto& thread : other_threads) {
619 for (const auto& thread : other_threads) {
626 return runnable_thread_count + other_threads.size() + 1; // +1 for self.
    [all...]

Completed in 62 milliseconds