Searched refs:UnderlyingMutex (Results 1 – 1 of 1) sorted by relevance
925 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleRemovalFromIntersection() local926 const auto *Entry = FSet.findLock(FactMan, UnderlyingMutex.Cap); in handleRemovalFromIntersection()927 if ((UnderlyingMutex.Kind == UCK_Acquired && Entry) || in handleRemovalFromIntersection()928 (UnderlyingMutex.Kind != UCK_Acquired && !Entry)) { in handleRemovalFromIntersection()931 Handler.handleMutexHeldEndOfScope(UnderlyingMutex.Cap.getKind(), in handleRemovalFromIntersection()940 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleLock() local941 if (UnderlyingMutex.Kind == UCK_Acquired) in handleLock()954 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleUnlock() local958 if (UnderlyingMutex.Kind == UCK_Acquired) { in handleUnlock()959 unlock(FSet, FactMan, UnderlyingMutex.Cap, UnlockLoc, TSHandler); in handleUnlock()[all …]