Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dshared_mutex.cpp97 void SharedMutexPrivate::Wait(LinkedList& wList, SharedMutexWaitType wtType) in Wait() argument
107 wList.PushBack(ctx->wn.node); in Wait()
116 wList.PushBack(task->fq_we.node); in Wait()
124 void SharedMutexPrivate::NotifyOne(LinkedList& wList) in NotifyOne() argument
126 WaitEntry* we = wList.PopFront(&WaitEntry::node); in NotifyOne()
145 void SharedMutexPrivate::NotifyAll(LinkedList& wList) in NotifyAll() argument
147 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()
H A Dshared_mutex_private.h46 void Wait(LinkedList& wList, SharedMutexWaitType wtType);
47 void NotifyOne(LinkedList& wList);
48 void NotifyAll(LinkedList& wList);