Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool.cc144 CreateThreads(); in ThreadPool()
147 void ThreadPool::CreateThreads() { in CreateThreads() function in art::ThreadPool
Dthread_pool.h142 void CreateThreads();
/art/runtime/jit/
Djit.cc1045 thread_pool_->CreateThreads(); in PostForkChildAction()
1060 thread_pool_->CreateThreads(); in PostZygoteFork()