Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.cpp62 static constexpr int kMutexTypeMax = 20; variable
68 static bool mutex_can_lock[kMutexTypeMax][kMutexTypeMax];
70 static bool mutex_multi[kMutexTypeMax];
74 bool leaf[kMutexTypeMax]; in DebugMutexInit()
76 int cnt[kMutexTypeMax]; in DebugMutexInit()
78 for (int t = 0; t < kMutexTypeMax; t++) { in DebugMutexInit()
96 CHECK_LT(z, kMutexTypeMax); in DebugMutexInit()
103 CHECK_LT(mutex_type_count, kMutexTypeMax); in DebugMutexInit()
117 u32 trans[kMutexTypeMax]; in DebugMutexInit()
118 static_assert(sizeof(trans[0]) * 8 >= kMutexTypeMax, in DebugMutexInit()
[all …]