Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/taskpool/
Dtask_manager.cpp590 auto& highTaskQueue = taskQueues_[Priority::HIGH]; in DequeueTaskId() local
591 if (!highTaskQueue->IsEmpty() && highPrioExecuteCount_ < HIGH_PRIORITY_TASK_COUNT) { in DequeueTaskId()
592 auto& highTaskQueue = taskQueues_[Priority::HIGH]; in DequeueTaskId() local
594 uint64_t taskId = highTaskQueue->DequeueTaskId(); in DequeueTaskId()