Searched refs:MutexType (Results 1 – 4 of 4) sorted by relevance
79 typedef int MutexType; typedef108 MutexType type;114 MutexType can_lock[10];120 explicit constexpr CheckedMutex(MutexType type) in CheckedMutex()149 const MutexType type_;163 explicit constexpr Mutex(MutexType type = MutexUnchecked)379 template <typename MutexType>382 explicit GenericScopedLock(MutexType *mu) SANITIZER_ACQUIRE(mu) : mu_(mu) { in GenericScopedLock()389 MutexType *mu_;395 template <typename MutexType>[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;
1387 enum MutexType { kStatic = 0, kDynamic = 1 };1419 MutexType type_;