Home
last modified time | relevance | path

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

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