Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector2.cc30 const int kMaxMutex = kL1Size * kL2Size; variable
61 bool visited[kMaxMutex];
62 Link pending[kMaxMutex];
63 Link path[kMaxMutex];
182 CHECK_LT(id_gen, kMaxMutex); in allocateId()
189 CHECK_LE(id, kMaxMutex); in allocateId()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector2.cpp29 const int kMaxMutex = kL1Size * kL2Size; variable
60 bool visited[kMaxMutex];
61 Link pending[kMaxMutex];
62 Link path[kMaxMutex];
177 CHECK_LT(id_gen, kMaxMutex); in allocateId()
184 CHECK_LE(id, kMaxMutex); in allocateId()