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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.h22 enum MutexType { enum in namespace:__tsan
41 explicit Mutex(MutexType type, StatType stat_type);
55 MutexType type_;
71 void Lock(MutexType t);
72 void Unlock(MutexType t);
/external/ceres-solver/internal/ceres/
H A Dmutex.h99 typedef int MutexType; // to keep a lock-count typedef
115 typedef CRITICAL_SECTION MutexType; typedef
125 typedef pthread_rwlock_t MutexType; typedef
128 typedef pthread_mutex_t MutexType; typedef
170 MutexType mutex_;
/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/open-vcdiff/gflags/src/
H A Dmutex.h118 typedef int MutexType; // to keep a lock-count typedef
130 typedef CRITICAL_SECTION MutexType; typedef
140 typedef pthread_rwlock_t MutexType; typedef
143 typedef pthread_mutex_t MutexType; typedef
187 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 184 milliseconds