Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h79 typedef int MutexType; typedef
108 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 …]
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/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/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1387 enum MutexType { kStatic = 0, kDynamic = 1 };
1419 MutexType type_;