Searched refs:SetMaxActiveWorkers (Results 1 – 3 of 3) sorted by relevance
157 void SetMaxActiveWorkers(size_t threads) REQUIRES(!task_queue_lock_);
254 void AbstractThreadPool::SetMaxActiveWorkers(size_t max_workers) { in SetMaxActiveWorkers() function in art::AbstractThreadPool
950 thread_pool->SetMaxActiveWorkers(thread_count - 1); in ScanGrayObjects()1065 thread_pool->SetMaxActiveWorkers(thread_count - 1); in RecursiveMark()1403 thread_pool->SetMaxActiveWorkers(thread_count - 1); in ProcessMarkStackParallel()