Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiler_driver.cc2954 size_t parallel_count = parallel_thread_count_ > 0 ? parallel_thread_count_ - 1 : 0; in InitializeThreadPools() local
2956 new ThreadPool("Compiler driver thread pool", parallel_count)); in InitializeThreadPools()