Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cpp23 const int kMaxNesting = 64; variable
72 ThreadMutex locked[kMaxNesting];
200 CHECK_LE(lt->nlocked, kMaxNesting); in MutexBeforeLock()
290 CHECK_LE(lt->nlocked, kMaxNesting); in MutexAfterLock()