Home
last modified time | relevance | path

Searched defs:MutexType (Results 1 – 2 of 2) sorted by relevance

/external/gflags/src/
Dmutex.h112 typedef int MutexType; // to keep a lock-count typedef
129 typedef CRITICAL_SECTION MutexType; typedef
142 typedef pthread_rwlock_t MutexType; typedef
145 typedef pthread_mutex_t MutexType; typedef
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.h22 enum MutexType { enum