Home
last modified time | relevance | path

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

/art/runtime/
Dthread_pool.h109 void SetMaxActiveWorkers(size_t threads);
Dthread_pool.cc101 void ThreadPool::SetMaxActiveWorkers(size_t threads) { in SetMaxActiveWorkers() function in art::ThreadPool
/art/runtime/gc/collector/
Dmark_sweep.cc870 thread_pool->SetMaxActiveWorkers(thread_count - 1); in ScanGrayObjects()
975 thread_pool->SetMaxActiveWorkers(thread_count - 1); in RecursiveMark()
1300 thread_pool->SetMaxActiveWorkers(thread_count - 1); in ProcessMarkStackParallel()