Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool.cc186 CreateThreads(); in ThreadPool()
189 void ThreadPool::CreateThreads() { in CreateThreads() function in art::ThreadPool
Dthread_pool.h148 void CreateThreads();
/art/runtime/jit/
Djit.cc1718 thread_pool_->CreateThreads(); in PostZygoteFork()