Home
last modified time | relevance | path

Searched refs:MutexType (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h77 typedef int MutexType; typedef
102 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 …]
H A Dsanitizer_mutex.cpp84 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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DIterable.h170 typename MutexType>
173 LockingAdaptedIterable(const C &container, MutexType &mutex) in LockingAdaptedIterable()
189 MutexType *m_mutex = nullptr;
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h176 enum MutexType { enum
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1795 enum MutexType { kStatic = 0, kDynamic = 1 };
1827 MutexType type_;