Home
last modified time | relevance | path

Searched refs:StopWorkers (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dthread_pool_test.cc91 thread_pool.StopWorkers(self); in TEST_F()
115 thread_pool.StopWorkers(self); in TEST_F()
Dmonitor_test.cc291 thread_pool.StopWorkers(self); in CommonWaitSetup()
375 thread_pool.StopWorkers(self); in TEST_F()
Dthread_pool.h121 void StopWorkers(Thread* self) REQUIRES(!task_queue_lock_);
Dthread_pool.cc234 void ThreadPool::StopWorkers(Thread* self) { in StopWorkers() function in art::ThreadPool
/art/runtime/gc/collector/
Dmark_sweep.cc953 thread_pool->StopWorkers(self); in ScanGrayObjects()
1071 thread_pool->StopWorkers(self); in RecursiveMark()
1407 thread_pool->StopWorkers(self); in ProcessMarkStackParallel()
/art/runtime/jit/
Djit.cc382 pool->StopWorkers(self); in DeleteThreadPool()
1682 GetThreadPool()->StopWorkers(self); in Stop()
/art/dex2oat/driver/
Dcompiler_driver.cc1515 thread_pool_->StopWorkers(self); in ForAllLambda()