Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool_test.cc70 thread_pool.StartWorkers(self); in TEST_F()
89 thread_pool.StartWorkers(self); in TEST_F()
98 thread_pool.StartWorkers(self); in TEST_F()
113 thread_pool.StartWorkers(self); in TEST_F()
121 thread_pool.StartWorkers(self); in TEST_F()
158 thread_pool.StartWorkers(self); in TEST_F()
197 thread_pool.StartWorkers(self); in TEST_F()
209 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()
Dmonitor_test.cc276 thread_pool.StartWorkers(self); in CommonWaitSetup()
362 thread_pool.StartWorkers(self); in TEST_F()
Dthread_pool.h96 void StartWorkers(Thread* self) REQUIRES(!task_queue_lock_);
Dthread_pool.cc168 void ThreadPool::StartWorkers(Thread* self) { in StartWorkers() function in art::ThreadPool
Doat_file_assistant_test.cc1221 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()
141 thread_pool.StartWorkers(self); in TEST_F()
/art/runtime/gc/space/
Dlarge_object_space_test.cc169 thread_pool.StartWorkers(self); in RaceTest()
/art/dex2oat/linker/
Delf_writer_quick.cc267 debug_info_thread_pool_->StartWorkers(self); in PrepareDebugInfo()
/art/runtime/gc/collector/
Dmark_sweep.cc949 thread_pool->StartWorkers(self); in ScanGrayObjects()
1067 thread_pool->StartWorkers(self); in RecursiveMark()
1404 thread_pool->StartWorkers(self); in ProcessMarkStackParallel()
/art/runtime/jit/
Djit.cc769 GetThreadPool()->StartWorkers(Thread::Current()); in Start()
/art/compiler/driver/
Dcompiler_driver.cc1562 thread_pool_->StartWorkers(self); in ForAllLambda()