Searched refs:MutexType (Results 1 – 5 of 5) sorted by relevance
77 typedef int MutexType; typedef102 MutexType type;108 MutexType can_lock[10];114 constexpr CheckedMutex(MutexType type) in CheckedMutex()143 const MutexType type_;446 template <typename MutexType>449 explicit GenericScopedLock(MutexType *mu) ACQUIRE(mu) : mu_(mu) { in GenericScopedLock()456 MutexType *mu_;462 template <typename MutexType>465 explicit GenericScopedReadLock(MutexType *mu) ACQUIRE(mu) : mu_(mu) { in GenericScopedReadLock()[all …]
84 MutexType z = mutex_meta[t].can_lock[j]; in DebugMutexInit()150 void Lock(MutexType type, uptr pc) { in Lock()157 MutexType max_idx = MutexInvalid; in Lock()164 max_idx = (MutexType)i; in Lock()185 void Unlock(MutexType type) { in Unlock()201 bool Initialize(MutexType type) { in Initialize()
170 typename MutexType>173 LockingAdaptedIterable(const C &container, MutexType &mutex) in LockingAdaptedIterable()189 MutexType *m_mutex = nullptr;
176 enum MutexType { enum
1795 enum MutexType { kStatic = 0, kDynamic = 1 };1827 MutexType type_;