Searched refs:highTaskQueue (Results 1 – 1 of 1) sorted by relevance
783 auto& highTaskQueue = taskQueues_[Priority::HIGH]; in DequeueTaskId() local784 if (!highTaskQueue->IsEmpty() && highPrioExecuteCount_ < HIGH_PRIORITY_TASK_COUNT) { in DequeueTaskId()786 return GetTaskByPriority(highTaskQueue, Priority::HIGH); in DequeueTaskId()803 …if (highTaskQueue->IsEmpty() && mediumTaskQueue->IsEmpty() && !idleTaskQueue->IsEmpty() && IsChoos… in DequeueTaskId()