Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector2.cpp23 const int kMaxNesting = 64; variable
72 ThreadMutex locked[kMaxNesting];
202 CHECK_LE(lt->nlocked, kMaxNesting); in MutexBeforeLock()
292 CHECK_LE(lt->nlocked, kMaxNesting); in MutexAfterLock()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector2.cc24 const int kMaxNesting = 64; variable
73 ThreadMutex locked[kMaxNesting];
207 CHECK_LE(lt->nlocked, kMaxNesting); in MutexBeforeLock()
297 CHECK_LE(lt->nlocked, kMaxNesting); in MutexAfterLock()