Searched refs:fWaitingExclusive (Results 1 – 2 of 2) sorted by relevance
117 , fWaitingExclusive(new ThreadIDSet) in SkSharedMutex()131 if (!fWaitingExclusive->tryAdd(threadID)) { in acquire()136 waitingExclusiveCount = fWaitingExclusive->count(); in acquire()158 if (!fWaitingExclusive->tryRemove(threadID)) { in release()161 exclusiveWaitingCount = fWaitingExclusive->count(); in release()181 SkASSERT(fWaitingExclusive->find(threadID)); in assertHeld()190 exclusiveWaitingCount = fWaitingExclusive->count(); in acquireShared()222 waitingExclusiveCount = fWaitingExclusive->count(); in releaseShared()
54 skstd::unique_ptr<ThreadIDSet> fWaitingExclusive; variable