Home
last modified time | relevance | path

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

/foundation/resourceschedule/ffrt/src/sync/
H A Dshared_mutex.cpp96 void SharedMutexPrivate::Wait(LinkedList& wList, SharedMutexWaitType wtType) in Wait() argument
105 ctx->wn.wtType = wtType; in Wait()
114 task->fq_we.wtType = wtType; in Wait()
163 if (we->wtType == SharedMutexWaitType::READ) { in NotifyAll()
165 if (weNext != nullptr && weNext->wtType == SharedMutexWaitType::WRITE) { in NotifyAll()
168 } else if (we->wtType == SharedMutexWaitType::WRITE) { in NotifyAll()
H A Dshared_mutex_private.h46 void Wait(LinkedList& wList, SharedMutexWaitType wtType);
/foundation/resourceschedule/ffrt/src/sched/
H A Dexecute_ctx.h56 WaitEntry() : prev(this), next(this), task(nullptr), weType(0), wtType(SharedMutexWaitType::NORMAL) { in WaitEntry()
59 wtType(SharedMutexWaitType::NORMAL) { in WaitEntry()
66 SharedMutexWaitType wtType; member

Completed in 3 milliseconds