HomeSort by relevance Sort by last modified time
    Searched refs:MutexTypeCount (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.h 40 MutexTypeCount
80 u64 locked_[MutexTypeCount];
tsan_mutex.cc 30 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; i++)
    [all...]

Completed in 512 milliseconds