Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool_test.cc71 thread_pool->StartWorkers(self); in TEST_F()
91 thread_pool->StartWorkers(self); in TEST_F()
100 thread_pool->StartWorkers(self); in TEST_F()
116 thread_pool->StartWorkers(self); in TEST_F()
124 thread_pool->StartWorkers(self); in TEST_F()
162 thread_pool->StartWorkers(self); in TEST_F()
202 thread_pool->StartWorkers(self); in TEST_F()
215 thread_pool->StartWorkers(self); in TEST_F()
Dbarrier_test.cc76 thread_pool->StartWorkers(self); in TEST_F()
128 thread_pool->StartWorkers(self); in TEST_F()
Dmonitor_test.cc289 thread_pool->StartWorkers(self); in CommonWaitSetup()
379 thread_pool->StartWorkers(self); in TEST_F()
Dthread_pool.h122 EXPORT void StartWorkers(Thread* self) REQUIRES(!task_queue_lock_);
Dthread_pool.cc260 void AbstractThreadPool::StartWorkers(Thread* self) { in StartWorkers() function in art::AbstractThreadPool
Dtrace.cc1104 thread_pool_->StartWorkers(Thread::Current()); in TraceWriter()
Druntime.cc1276 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.cc170 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()
1066 thread_pool->StartWorkers(self); in RecursiveMark()
1404 thread_pool->StartWorkers(self); in ProcessMarkStackParallel()
Dmark_compact.cc3290 heap_->GetThreadPool()->StartWorkers(thread_running_gc_); in CompactionPause()
/art/runtime/oat/
Doat_file_manager.cc859 verification_thread_pool_->StartWorkers(self); in RunBackgroundVerification()
Doat_file_assistant_test.cc1620 thread_pool->StartWorkers(self); in TEST_F()
/art/runtime/jit/
Djit.cc1456 GetThreadPool()->StartWorkers(Thread::Current()); in Start()
/art/dex2oat/driver/
Dcompiler_driver.cc1594 thread_pool_->StartWorkers(self); in ForAllLambda()