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

  /art/runtime/
thread_pool_test.cc 89 thread_pool.StopWorkers(self);
100 thread_pool.StopWorkers(self);
thread_pool.h 74 void StopWorkers(Thread* self);
thread_pool.cc 123 void ThreadPool::StopWorkers(Thread* self) {
  /external/stressapptest/src/
sat.cc     [all...]
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
worker.cc 171 void WorkerStatus::StopWorkers() {
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 848 thread_pool->StopWorkers(self);
    [all...]

Completed in 2729 milliseconds