Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool.cc189 void ThreadPool::WaitForWorkersToBeCreated() { in WaitForWorkersToBeCreated() function in art::ThreadPool
195 WaitForWorkersToBeCreated(); in GetWorkers()
Doat_file_manager.h132 void WaitForWorkersToBeCreated();
Dthread_pool.h167 void WaitForWorkersToBeCreated();
Doat_file_manager.cc783 void OatFileManager::WaitForWorkersToBeCreated() { in WaitForWorkersToBeCreated() function in art::OatFileManager
787 verification_thread_pool_->WaitForWorkersToBeCreated(); in WaitForWorkersToBeCreated()
798 verification_thread_pool_->WaitForWorkersToBeCreated(); in WaitForBackgroundVerificationTasks()
Druntime.cc380 jit_->WaitForWorkersToBeCreated(); in ~Runtime()
391 oat_file_manager_->WaitForWorkersToBeCreated(); in ~Runtime()
2942 stpu.GetThreadPool()->WaitForWorkersToBeCreated(); in WaitForThreadPoolWorkersToStart()
/art/runtime/jit/
Djit.h264 void WaitForWorkersToBeCreated();
Djit.cc363 void Jit::WaitForWorkersToBeCreated() { in WaitForWorkersToBeCreated() function in art::jit::Jit
365 thread_pool_->WaitForWorkersToBeCreated(); in WaitForWorkersToBeCreated()