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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.h39 MutexTypeCount enumerator in enum:__tsan::MutexType
79 u64 locked_[MutexTypeCount];
H A Dtsan_mutex.cc30 static MutexType CanLockTab[MutexTypeCount][MutexTypeCount] = {
48 static bool CanLockAdj[MutexTypeCount][MutexTypeCount];
55 const int N = MutexTypeCount;
88 bool CanLockAdj2[MutexTypeCount][MutexTypeCount];
137 CHECK_LT(t, MutexTypeCount);
140 for (int i = 0; i != MutexTypeCount; i++) {
168 for (int i = 0; i != MutexTypeCount;
[all...]

Completed in 61 milliseconds