Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool_test.cc90 thread_pool.StopWorkers(self); in TEST_F()
Dthread_pool.h91 void StopWorkers(Thread* self) REQUIRES(!task_queue_lock_);
Dthread_pool.cc160 void ThreadPool::StopWorkers(Thread* self) { in StopWorkers() function in art::ThreadPool
Dmonitor_test.cc342 thread_pool.StopWorkers(self); in CommonWaitSetup()
/art/runtime/gc/collector/
Dmark_sweep.cc929 thread_pool->StopWorkers(self); in ScanGrayObjects()
1047 thread_pool->StopWorkers(self); in RecursiveMark()
1384 thread_pool->StopWorkers(self); in ProcessMarkStackParallel()
/art/runtime/jit/
Djit.cc299 cache->StopWorkers(self); in DeleteThreadPool()
/art/compiler/driver/
Dcompiler_driver.cc1917 thread_pool_->StopWorkers(self); in ForAll()