Home
last modified time | relevance | path

Searched refs:WaitForWorkersToBeCreated (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dthread_pool.cc199 void ThreadPool::WaitForWorkersToBeCreated() { in WaitForWorkersToBeCreated() function in art::ThreadPool
205 WaitForWorkersToBeCreated(); in GetWorkers()
Doat_file_manager.h129 void WaitForWorkersToBeCreated();
Dthread_pool.h174 void WaitForWorkersToBeCreated();
Doat_file_manager.cc778 void OatFileManager::WaitForWorkersToBeCreated() { in WaitForWorkersToBeCreated() function in art::OatFileManager
782 verification_thread_pool_->WaitForWorkersToBeCreated(); in WaitForWorkersToBeCreated()
793 verification_thread_pool_->WaitForWorkersToBeCreated(); in WaitForBackgroundVerificationTasks()
Druntime.cc392 jit_->WaitForWorkersToBeCreated(); in ~Runtime()
403 oat_file_manager_->WaitForWorkersToBeCreated(); in ~Runtime()
3152 stpu.GetThreadPool()->WaitForWorkersToBeCreated(); in WaitForThreadPoolWorkersToStart()
/art/runtime/jit/
Djit.h268 void WaitForWorkersToBeCreated();
Djit.cc364 void Jit::WaitForWorkersToBeCreated() { in WaitForWorkersToBeCreated() function in art::jit::Jit
366 thread_pool_->WaitForWorkersToBeCreated(); in WaitForWorkersToBeCreated()