Searched refs:extra_threads (Results 1 – 2 of 2) sorted by relevance
192 const int extra_threads = remaining_threads % frame_threads; in InitializeThreadPoolsForFrameParallel() local206 threads_per_frame + static_cast<int>(i < extra_threads); in InitializeThreadPoolsForFrameParallel()
441 int extra_threads = in_flight_batches_limit_ - processing_threads_; in ProcessBatches() local442 for (int i = 0; i < extra_threads; i++) { in ProcessBatches()