Searched refs:SetMaxActiveWorkers (Results 1 – 3 of 3) sorted by relevance
161 void SetMaxActiveWorkers(size_t threads) REQUIRES(!task_queue_lock_);
190 void ThreadPool::SetMaxActiveWorkers(size_t max_workers) { in SetMaxActiveWorkers() function in art::ThreadPool
950 thread_pool->SetMaxActiveWorkers(thread_count - 1); in ScanGrayObjects()1068 thread_pool->SetMaxActiveWorkers(thread_count - 1); in RecursiveMark()1404 thread_pool->SetMaxActiveWorkers(thread_count - 1); in ProcessMarkStackParallel()