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