Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool_test.cc93 thread_pool->StopWorkers(self); in TEST_F()
118 thread_pool->StopWorkers(self); in TEST_F()
Dmonitor_test.cc303 thread_pool->StopWorkers(self); in CommonWaitSetup()
391 thread_pool->StopWorkers(self); in TEST_F()
Dthread_pool.h125 EXPORT void StopWorkers(Thread* self) REQUIRES(!task_queue_lock_);
Dthread_pool.cc268 void AbstractThreadPool::StopWorkers(Thread* self) { in StopWorkers() function in art::AbstractThreadPool
Dtrace.cc1151 thread_pool_->StopWorkers(self); in FinishTracing()
/art/runtime/gc/collector/
Dmark_sweep.cc953 thread_pool->StopWorkers(self); in ScanGrayObjects()
1068 thread_pool->StopWorkers(self); in RecursiveMark()
1406 thread_pool->StopWorkers(self); in ProcessMarkStackParallel()
Dmark_compact.cc4270 heap_->GetThreadPool()->StopWorkers(thread_running_gc_); in CompactionPhase()
/art/runtime/jit/
Djit.cc266 pool->StopWorkers(self); in DeleteThreadPool()
1451 GetThreadPool()->StopWorkers(self); in Stop()
/art/dex2oat/driver/
Dcompiler_driver.cc1604 thread_pool_->StopWorkers(self); in ForAllLambda()