Home
last modified time | relevance | path

Searched refs:whead (Results 1 - 1 of 1) sorted by relevance

/foundation/resourceschedule/ffrt/src/sync/
H A Dwait_queue.h64 WaitUntilEntry* whead; member in ffrt::WaitQueue
75 whead = new WaitUntilEntry(); in WaitQueue()
76 whead->next = whead; in WaitQueue()
77 whead->prev = whead; in WaitQueue()
86 delete whead; in ~WaitQueue()
87 whead = nullptr; in ~WaitQueue()
99 if (whead == nullptr) { in empty()
102 return (whead in empty()
[all...]

Completed in 1 milliseconds