Home
last modified time | relevance | path

Searched refs:StartWorkers (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dthread_pool_test.cc69 thread_pool.StartWorkers(self); in TEST_F()
88 thread_pool.StartWorkers(self); in TEST_F()
97 thread_pool.StartWorkers(self); in TEST_F()
138 thread_pool.StartWorkers(self); in TEST_F()
Dbarrier_test.cc71 thread_pool.StartWorkers(self); in TEST_F()
122 thread_pool.StartWorkers(self); in TEST_F()
Dthread_pool.h72 void StartWorkers(Thread* self);
Dthread_pool.cc119 void ThreadPool::StartWorkers(Thread* self) { in StartWorkers() function in art::ThreadPool
Dmonitor_test.cc336 thread_pool.StartWorkers(self); in CommonWaitSetup()
/art/runtime/gc/space/
Dlarge_object_space_test.cc140 thread_pool.StartWorkers(self); in RaceTest()
/art/runtime/gc/collector/
Dmark_sweep.cc785 thread_pool->StartWorkers(self); in ScanGrayObjects()
883 thread_pool->StartWorkers(self); in RecursiveMark()
1179 thread_pool->StartWorkers(self); in ProcessMarkStackParallel()
/art/compiler/driver/
Dcompiler_driver.cc1496 thread_pool_->StartWorkers(self); in ForAll()