Home
last modified time | relevance | path

Searched refs:highTaskQueue (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask_manager.cpp783 auto& highTaskQueue = taskQueues_[Priority::HIGH]; in DequeueTaskId() local
784 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()