Lines Matching refs:idx
86 for (int idx = 0; idx < ffrt_inner_queue_priority_idle; idx++) {
87 if ((*pulledTaskCount)[idx] >= maxPullTaskCount) {
92 [idx, now](const auto& pair) { return (pair.first < now) && (pair.second->GetPriority() == idx); });
101 for (int idx = 0; idx < head->GetPriority(); idx++) {
102 (*pulledTaskCount)[idx] = 0;