Searched refs:SetMaxActiveWorkers (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dthread_pool.h95 void SetMaxActiveWorkers(size_t threads);
H A Dthread_pool.cc95 void ThreadPool::SetMaxActiveWorkers(size_t threads) { function in class:art::ThreadPool
/art/runtime/gc/collector/
H A Dmark_sweep.cc845 thread_pool->SetMaxActiveWorkers(thread_count - 1);
977 thread_pool->SetMaxActiveWorkers(thread_count - 1);
1415 thread_pool->SetMaxActiveWorkers(thread_count - 1);

Completed in 1238 milliseconds