Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.cc30 static MutexType CanLockTab[MutexTypeCount][MutexTypeCount] = {
46 static bool CanLockAdj[MutexTypeCount][MutexTypeCount];
53 const int N = MutexTypeCount; in InitializeMutex()
86 bool CanLockAdj2[MutexTypeCount][MutexTypeCount]; in InitializeMutex()
135 CHECK_LT(t, MutexTypeCount); in Lock()
138 for (int i = 0; i != MutexTypeCount; i++) { in Lock()
166 for (int i = 0; i != MutexTypeCount; i++) { in CheckNoLocks()
210 CHECK_LT(type, MutexTypeCount); in Mutex()
Dtsan_mutex.h37 MutexTypeCount enumerator
77 u64 locked_[MutexTypeCount];