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

  /art/runtime/
thread_pool_test.cc 91 thread_pool.StopWorkers(self);
115 thread_pool.StopWorkers(self);
thread_pool.h 99 void StopWorkers(Thread* self) REQUIRES(!task_queue_lock_);
monitor_test.cc 343 thread_pool.StopWorkers(self);
427 thread_pool.StopWorkers(self);
thread_pool.cc 171 void ThreadPool::StopWorkers(Thread* self) {
  /external/stressapptest/src/
worker.h 59 // - Some worker threads may exit early, before StopWorkers() is called. They
61 // - Control thread eventually calls StopWorkers().
113 void StopWorkers();
127 // ResumeWorkers() or StopWorkers() has been called. Number of distinct
sat.cc     [all...]
worker.cc 156 void WorkerStatus::StopWorkers() {
    [all...]
  /art/runtime/jit/
jit.cc 318 cache->StopWorkers(self);
724 GetThreadPool()->StopWorkers(self);
  /art/runtime/gc/collector/
mark_sweep.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 415 milliseconds