Searched refs:UnderlyingMutexes (Results 1 – 1 of 1) sorted by relevance
903 SmallVector<UnderlyingCapability, 2> UnderlyingMutexes; member in __anonfc9fb0060a11::ScopedLockableFactEntry910 UnderlyingMutexes.push_back(UnderlyingCapability{M, UCK_Acquired}); in addLock()914 UnderlyingMutexes.push_back(UnderlyingCapability{M, UCK_ReleasedExclusive}); in addExclusiveUnlock()918 UnderlyingMutexes.push_back(UnderlyingCapability{M, UCK_ReleasedShared}); in addSharedUnlock()925 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleRemovalFromIntersection()940 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleLock()954 for (const auto &UnderlyingMutex : UnderlyingMutexes) { in handleUnlock()