Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_strategy.h83 std::vector<int>* pulledTaskCount = static_cast<std::vector<int>*>(args); in DequeSingleAgainstStarvation() local
87 if ((*pulledTaskCount)[idx] >= maxPullTaskCount) { in DequeSingleAgainstStarvation()
100 (*pulledTaskCount)[head->GetPriority()]++; in DequeSingleAgainstStarvation()
102 (*pulledTaskCount)[idx] = 0; in DequeSingleAgainstStarvation()