Home
last modified time | relevance | path

Searched refs:StartWorkers (Results 1 – 11 of 11) 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()
134 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.h85 void StartWorkers(Thread* self);
Dthread_pool.cc121 void ThreadPool::StartWorkers(Thread* self) { in StartWorkers() function in art::ThreadPool
Dmonitor_test.cc337 thread_pool.StartWorkers(self); in CommonWaitSetup()
Doat_file_assistant_test.cc970 thread_pool.StartWorkers(self); in TEST_F()
/art/runtime/gc/
Dtask_processor_test.cc76 thread_pool.StartWorkers(self); in TEST_F()
97 thread_pool.StartWorkers(self); in TEST_F()
142 thread_pool.StartWorkers(self); in TEST_F()
/art/runtime/jit/
Djit_instrumentation.cc106 thread_pool_->StartWorkers(self); in AddSamples()
/art/runtime/gc/space/
Dlarge_object_space_test.cc159 thread_pool.StartWorkers(self); in RaceTest()
/art/runtime/gc/collector/
Dmark_sweep.cc871 thread_pool->StartWorkers(self); in ScanGrayObjects()
976 thread_pool->StartWorkers(self); in RecursiveMark()
1301 thread_pool->StartWorkers(self); in ProcessMarkStackParallel()
/art/compiler/driver/
Dcompiler_driver.cc1622 thread_pool_->StartWorkers(self); in ForAll()