Searched refs:BatchTaskExceedQueueCapacity (Results 1 – 1 of 1) sorted by relevance
415 bool BatchTaskExceedQueueCapacity(TaskType* task) const822 if (BatchTaskExceedQueueCapacity((*task).get())) { in ScheduleWithLazySplit()896 if (BatchTaskExceedQueueCapacity((*task).get())) { in ScheduleWithoutOrEagerSplit()988 bool Queue<TaskType>::BatchTaskExceedQueueCapacity(TaskType* task) const { in BatchTaskExceedQueueCapacity() function