Searched defs:MutexType (Results 1 - 8 of 8) 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
117 typedef CRITICAL_SECTION MutexType; typedef
127 typedef pthread_rwlock_t MutexType; typedef
130 typedef pthread_mutex_t MutexType; typedef
172 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/chromium_org/third_party/re2/util/
H A Dmutex.h21 typedef int MutexType; // to keep a lock-count typedef in namespace:re2
32 typedef pthread_rwlock_t MutexType;
35 typedef pthread_mutex_t MutexType;
49 typedef CRITICAL_SECTION MutexType;
76 MutexType mutex_;
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dsimple_mutex.h110 typedef int MutexType; // to keep a lock-count typedef
122 typedef CRITICAL_SECTION MutexType; typedef
132 typedef pthread_rwlock_t MutexType; typedef
135 typedef pthread_mutex_t MutexType; typedef
177 MutexType mutex_;
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dsimple_mutex.h110 typedef int MutexType; // to keep a lock-count typedef
122 typedef CRITICAL_SECTION MutexType; typedef
132 typedef pthread_rwlock_t MutexType; typedef
135 typedef pthread_mutex_t MutexType; typedef
177 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 67 milliseconds