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

  /external/toolchain-utils/crosperf/
experiment.py 50 self.active_threads = []
151 if self.active_threads:
152 for t in self.active_threads:
159 self.active_threads.remove(t)
181 self.active_threads = []
186 self.active_threads.append(run)
  /external/toolchain-utils/crb/
crb_driver.py 161 active_threads = []
166 active_threads.append(autotest_run)
170 while active_threads:
172 active_threads = [t for t in active_threads
174 for t in active_threads:
189 for t in active_threads:
  /art/runtime/
thread_pool.cc 182 const size_t active_threads = thread_count - waiting_count_; local
184 if (active_threads <= max_active_workers_) {

Completed in 64 milliseconds