Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask_manager.cpp768 auto& highTaskQueue = taskQueues_[Priority::HIGH]; in DequeueTaskId() local
769 if (!highTaskQueue->IsEmpty() && highPrioExecuteCount_ < HIGH_PRIORITY_TASK_COUNT) { in DequeueTaskId()
771 return GetTaskByPriority(highTaskQueue, Priority::HIGH); in DequeueTaskId()
788 if (highTaskQueue->IsEmpty() && mediumTaskQueue->IsEmpty() && !idleTaskQueue->IsEmpty() && IsChooseIdle()) { in DequeueTaskId()

Completed in 3 milliseconds