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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cc30 const int kMaxMutex = kL1Size * kL2Size; member in namespace:__sanitizer
61 bool visited[kMaxMutex];
62 Link pending[kMaxMutex];
63 Link path[kMaxMutex];
182 CHECK_LT(id_gen, kMaxMutex);
189 CHECK_LE(id, kMaxMutex);
399 // FIXME(dvyukov): npending can be larger than kMaxMutex

Completed in 183 milliseconds