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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mutex.h40 MutexTypeCount enumerator in enum:__tsan::MutexType
80 u64 locked_[MutexTypeCount];
H A Dtsan_mutex.cc30 static MutexType CanLockTab[MutexTypeCount][MutexTypeCount] = {
49 static bool CanLockAdj[MutexTypeCount][MutexTypeCount];
56 const int N = MutexTypeCount;
89 bool CanLockAdj2[MutexTypeCount][MutexTypeCount];
138 CHECK_LT(t, MutexTypeCount);
141 for (int i = 0; i != MutexTypeCount; i++) {
169 for (int i = 0; i != MutexTypeCount;
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_mutex.h38 MutexTypeCount enumerator in enum:__tsan::MutexType
78 u64 locked_[MutexTypeCount];
H A Dtsan_mutex.cc28 static MutexType CanLockTab[MutexTypeCount][MutexTypeCount] = {
47 static bool CanLockAdj[MutexTypeCount][MutexTypeCount];
54 const int N = MutexTypeCount;
87 bool CanLockAdj2[MutexTypeCount][MutexTypeCount];
136 CHECK_LT(t, MutexTypeCount);
139 for (int i = 0; i != MutexTypeCount; i++) {
167 for (int i = 0; i != MutexTypeCount;
[all...]

Completed in 85 milliseconds