Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool_test.cc90 thread_pool.StopWorkers(self); in TEST_F()
Dthread_pool.h88 void StopWorkers(Thread* self);
Dthread_pool.cc129 void ThreadPool::StopWorkers(Thread* self) { in StopWorkers() function in art::ThreadPool
Dmonitor_test.cc352 thread_pool.StopWorkers(self); in CommonWaitSetup()
/art/runtime/gc/collector/
Dmark_sweep.cc873 thread_pool->StopWorkers(self); in ScanGrayObjects()
978 thread_pool->StopWorkers(self); in RecursiveMark()
1303 thread_pool->StopWorkers(self); in ProcessMarkStackParallel()