Home
last modified time | relevance | path

Searched refs:StartWorkers (Results 1 – 14 of 14) 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.cc277 thread_pool.StartWorkers(self); in CommonWaitSetup()
363 thread_pool.StartWorkers(self); in TEST_F()
Dthread_pool.h118 void StartWorkers(Thread* self) REQUIRES(!task_queue_lock_);
Dthread_pool.cc226 void ThreadPool::StartWorkers(Thread* self) { in StartWorkers() function in art::ThreadPool
Doat_file_manager.cc773 verification_thread_pool_->StartWorkers(self); in RunBackgroundVerification()
Doat_file_assistant_test.cc1183 thread_pool.StartWorkers(self); in TEST_F()
Druntime.cc1055 thread_pool_->StartWorkers(Thread::Current()); in InitNonZygoteOrPostFork()
/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.cc262 debug_info_thread_pool_->StartWorkers(self); in PrepareDebugInfo()
/art/runtime/gc/collector/
Dmark_sweep.cc951 thread_pool->StartWorkers(self); in ScanGrayObjects()
1069 thread_pool->StartWorkers(self); in RecursiveMark()
1405 thread_pool->StartWorkers(self); in ProcessMarkStackParallel()
/art/runtime/jit/
Djit.cc1687 GetThreadPool()->StartWorkers(Thread::Current()); in Start()
/art/dex2oat/driver/
Dcompiler_driver.cc1505 thread_pool_->StartWorkers(self); in ForAllLambda()