Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask_manager.cpp44 static constexpr int8_t HIGH_PRIORITY_TASK_COUNT = 5; variable
784 if (!highTaskQueue->IsEmpty() && highPrioExecuteCount_ < HIGH_PRIORITY_TASK_COUNT) { in DequeueTaskId()