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.cc290 thread_pool.StopWorkers(self); in CommonWaitSetup()
374 thread_pool.StopWorkers(self); in TEST_F()
Dthread_pool.h99 void StopWorkers(Thread* self) REQUIRES(!task_queue_lock_);
Dthread_pool.cc176 void ThreadPool::StopWorkers(Thread* self) { in StopWorkers() function in art::ThreadPool
/art/runtime/jit/
Djit.cc349 pool->StopWorkers(self); in DeleteThreadPool()
764 GetThreadPool()->StopWorkers(self); in Stop()
/art/runtime/gc/collector/
Dmark_sweep.cc951 thread_pool->StopWorkers(self); in ScanGrayObjects()
1069 thread_pool->StopWorkers(self); in RecursiveMark()
1406 thread_pool->StopWorkers(self); in ProcessMarkStackParallel()
/art/compiler/driver/
Dcompiler_driver.cc1572 thread_pool_->StopWorkers(self); in ForAllLambda()