Home
last modified time | relevance | path

Searched refs:StartWorkers (Results 1 – 12 of 12) 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.h88 void StartWorkers(Thread* self) REQUIRES(!task_queue_lock_);
Dthread_pool.cc152 void ThreadPool::StartWorkers(Thread* self) { in StartWorkers() function in art::ThreadPool
Dmonitor_test.cc328 thread_pool.StartWorkers(self); in CommonWaitSetup()
Doat_file_assistant_test.cc1314 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.cc159 thread_pool.StartWorkers(self); in RaceTest()
/art/compiler/
Delf_writer_quick.cc234 debug_info_thread_pool_->StartWorkers(self); in PrepareDebugInfo()
/art/runtime/gc/collector/
Dmark_sweep.cc927 thread_pool->StartWorkers(self); in ScanGrayObjects()
1045 thread_pool->StartWorkers(self); in RecursiveMark()
1382 thread_pool->StartWorkers(self); in ProcessMarkStackParallel()
/art/runtime/jit/
Djit.cc285 thread_pool_->StartWorkers(Thread::Current()); in CreateThreadPool()
/art/compiler/driver/
Dcompiler_driver.cc1907 thread_pool_->StartWorkers(self); in ForAll()