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] = {
49 static bool CanLockAdj[MutexTypeCount][MutexTypeCount];
56 const int N = MutexTypeCount; in InitializeMutex()
89 bool CanLockAdj2[MutexTypeCount][MutexTypeCount]; in InitializeMutex()
138 CHECK_LT(t, MutexTypeCount); in Lock()
141 for (int i = 0; i != MutexTypeCount; i++) { in Lock()
169 for (int i = 0; i != MutexTypeCount; i++) { in CheckNoLocks()
213 CHECK_LT(type, MutexTypeCount); in Mutex()
Dtsan_mutex.h40 MutexTypeCount enumerator
80 u64 locked_[MutexTypeCount];