Lines Matching refs:head
36 T* head = whenMap.begin()->second;
39 T* node = head;
42 if (next->GetQos() != head->GetQos()) {
51 head->gid, node->gid, whenMap.size(), queueId);
52 return head;
70 T* head = iterTarget->second;
73 FFRT_LOGD("dequeue [gid=%llu], %u other tasks in [queueId=%u] ", head->gid, whenMap.size(), queueId);
74 return head;
99 T* head = iterTarget->second;
100 (*pulledTaskCount)[head->GetPriority()]++;
101 for (int idx = 0; idx < head->GetPriority(); idx++) {
106 FFRT_LOGD("dequeue [gid=%llu], %u other tasks in [queueId=%u] ", head->gid, whenMap.size(), queueId);
108 return head;