Searched refs:SetMaxActiveWorkers (Results 1 – 3 of 3) sorted by relevance
130 void SetMaxActiveWorkers(size_t threads) REQUIRES(!task_queue_lock_);
148 void ThreadPool::SetMaxActiveWorkers(size_t threads) { in SetMaxActiveWorkers() function in art::ThreadPool
948 thread_pool->SetMaxActiveWorkers(thread_count - 1); in ScanGrayObjects()1066 thread_pool->SetMaxActiveWorkers(thread_count - 1); in RecursiveMark()1403 thread_pool->SetMaxActiveWorkers(thread_count - 1); in ProcessMarkStackParallel()