Home
last modified time | relevance | path

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

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