Home
last modified time | relevance | path

Searched refs:MutexUnchecked (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h87 MutexUnchecked = -1, enumerator
157 constexpr Mutex(MutexType type = MutexUnchecked) : CheckedMutex(type) {} in CheckedMutex()
H A Dsanitizer_mutex.cpp202 if (type == MutexUnchecked || type == MutexInvalid) in Initialize()