Home
last modified time | relevance | path

Searched refs:MutexInvalid (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.cpp85 if (z == MutexInvalid) in DebugMutexInit()
110 if (z == MutexInvalid || t == z || leaf[z]) in DebugMutexInit()
157 MutexType max_idx = MutexInvalid; in Lock()
174 if (max_idx != MutexInvalid && !mutex_can_lock[max_idx][type]) { in Lock()
202 if (type == MutexUnchecked || type == MutexInvalid) in Initialize()
204 CHECK_GT(type, MutexInvalid); in Initialize()
H A Dsanitizer_mutex.h84 MutexInvalid = 0, enumerator
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp1103 {MutexInvalid, "Invalid", {}},