Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cpp29 const int kMaxMutex = kL1Size * kL2Size; variable
60 bool visited[kMaxMutex];
61 Link pending[kMaxMutex];
62 Link path[kMaxMutex];
175 CHECK_LT(id_gen, kMaxMutex); in allocateId()
182 CHECK_LE(id, kMaxMutex); in allocateId()