Home
last modified time | relevance | path

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

/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()