Searched refs:wList (Results 1 – 2 of 2) sorted by relevance
97 void SharedMutexPrivate::Wait(LinkedList& wList, SharedMutexWaitType wtType) in Wait() argument107 wList.PushBack(ctx->wn.node); in Wait()116 wList.PushBack(task->fq_we.node); in Wait()124 void SharedMutexPrivate::NotifyOne(LinkedList& wList) in NotifyOne() argument126 WaitEntry* we = wList.PopFront(&WaitEntry::node); in NotifyOne()145 void SharedMutexPrivate::NotifyAll(LinkedList& wList) in NotifyAll() argument147 WaitEntry* we = wList.PopFront(&WaitEntry::node); in NotifyAll()165 WaitEntry* weNext = wList.Front(&WaitEntry::node); in NotifyAll()173 we = wList.PopFront(&WaitEntry::node); in NotifyAll()
46 void Wait(LinkedList& wList, SharedMutexWaitType wtType);47 void NotifyOne(LinkedList& wList);48 void NotifyAll(LinkedList& wList);