Searched refs:queue_for_batch (Results 1 – 1 of 1) sorted by relevance
454 internal::Queue<TaskType>* queue_for_batch = nullptr; in ThreadLogic() local473 queue_for_batch = next_queue_to_schedule_->get(); in ThreadLogic()480 DCHECK_NE(queue_for_batch, next_queue_to_schedule_->get()); in ThreadLogic()500 queue_for_batch->ProcessBatch(std::move(batch_to_process)); in ThreadLogic()