HomeSort by relevance Sort by last modified time
    Searched refs:MutexTypeCount (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.h 34 MutexTypeCount,
73 u64 locked_[MutexTypeCount];
tsan_mutex.cc 29 static MutexType CanLockTab[MutexTypeCount][MutexTypeCount] = {
41 static bool CanLockAdj[MutexTypeCount][MutexTypeCount];
46 const int N = MutexTypeCount;
79 bool CanLockAdj2[MutexTypeCount][MutexTypeCount];
127 for (int i = 0; i != MutexTypeCount; i++) {
186 CHECK_LT(type, MutexTypeCount);

Completed in 1072 milliseconds