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] = {
48 static bool CanLockAdj[MutexTypeCount][MutexTypeCount];
55 const int N = MutexTypeCount; in InitializeMutex()
88 bool CanLockAdj2[MutexTypeCount][MutexTypeCount]; in InitializeMutex()
137 CHECK_LT(t, MutexTypeCount); in Lock()
140 for (int i = 0; i != MutexTypeCount; i++) { in Lock()
168 for (int i = 0; i != MutexTypeCount; i++) { in CheckNoLocks()
212 CHECK_LT(type, MutexTypeCount); in Mutex()
Dtsan_mutex.h39 MutexTypeCount enumerator
79 u64 locked_[MutexTypeCount];