Searched defs:MutexType (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.h22 enum MutexType { enum in namespace:__tsan
39 explicit Mutex(MutexType type, StatType stat_type);
53 MutexType type_;
69 void Lock(MutexType t);
70 void Unlock(MutexType t);
/external/chromium/sdch/open-vcdiff/src/
H A Dmutex.h105 typedef int MutexType; // to keep a lock-count typedef
117 typedef CRITICAL_SECTION MutexType; typedef
127 typedef pthread_rwlock_t MutexType; typedef
130 typedef pthread_mutex_t MutexType; typedef
161 MutexType mutex_;
/external/regex-re2/util/
H A Dmutex.h19 typedef int MutexType; // to keep a lock-count typedef in namespace:re2
30 typedef pthread_rwlock_t MutexType;
33 typedef pthread_mutex_t MutexType;
45 typedef CRITICAL_SECTION MutexType;
72 MutexType mutex_;

Completed in 85 milliseconds