Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.cpp66 static int mutex_type_count = -1; variable
79 mutex_type_count = t; in DebugMutexInit()
103 CHECK_LT(mutex_type_count, kMutexTypeMax); in DebugMutexInit()
105 for (int t = 0; t < mutex_type_count; t++) { in DebugMutexInit()
121 for (int i = 0; i < mutex_type_count; i++) { in DebugMutexInit()
122 for (int j = 0; j < mutex_type_count; j++) in DebugMutexInit()
126 for (int k = 0; k < mutex_type_count; k++) { in DebugMutexInit()
153 CHECK_LT(type, mutex_type_count); in Lock()
188 CHECK_LT(type, mutex_type_count); in Unlock()
209 if (mutex_type_count < 0) in Initialize()
[all …]