Home
last modified time | relevance | path

Searched refs:kMaxMutex (Results 1 – 1 of 1) 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()