Home
last modified time | relevance | path

Searched refs:CreateThreads (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/
H A Dthread_pool.cc179 CreateThreads(); in ThreadPool()
182 void ThreadPool::CreateThreads() { in CreateThreads() function in art::ThreadPool
H A Dthread_pool.h145 void CreateThreads();
/aosp12/art/runtime/jit/
H A Djit.cc1744 thread_pool_->CreateThreads(); in PostZygoteFork()