Searched refs:UnderlyingMutex (Results 1 – 1 of 1) sorted by relevance
926 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleRemovalFromIntersection() local927 const auto *Entry = FSet.findLock(FactMan, UnderlyingMutex.Cap); in handleRemovalFromIntersection()928 if ((UnderlyingMutex.Kind == UCK_Acquired && Entry) || in handleRemovalFromIntersection()929 (UnderlyingMutex.Kind != UCK_Acquired && !Entry)) { in handleRemovalFromIntersection()932 Handler.handleMutexHeldEndOfScope(UnderlyingMutex.Cap.getKind(), in handleRemovalFromIntersection()941 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleLock() local942 if (UnderlyingMutex.Kind == UCK_Acquired) in handleLock()955 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleUnlock() local959 if (UnderlyingMutex.Kind == UCK_Acquired) { in handleUnlock()960 unlock(FSet, FactMan, UnderlyingMutex.Cap, UnlockLoc, TSHandler); in handleUnlock()[all …]