HomeSort by relevance Sort by last modified time
    Searched defs:MutexType (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.h 22 enum MutexType {
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/
mutex.h 99 typedef int MutexType; // to keep a lock-count
115 typedef CRITICAL_SECTION MutexType;
125 typedef pthread_rwlock_t MutexType;
128 typedef pthread_mutex_t MutexType;
170 MutexType mutex_;
  /external/chromium/sdch/open-vcdiff/src/
mutex.h 105 typedef int MutexType; // to keep a lock-count
117 typedef CRITICAL_SECTION MutexType;
127 typedef pthread_rwlock_t MutexType;
130 typedef pthread_mutex_t MutexType;
161 MutexType mutex_;
  /external/open-vcdiff/gflags/src/
mutex.h 118 typedef int MutexType; // to keep a lock-count
130 typedef CRITICAL_SECTION MutexType;
140 typedef pthread_rwlock_t MutexType;
143 typedef pthread_mutex_t MutexType;
187 MutexType mutex_;
  /external/regex-re2/util/
mutex.h 19 typedef int MutexType; // to keep a lock-count
30 typedef pthread_rwlock_t MutexType;
33 typedef pthread_mutex_t MutexType;
45 typedef CRITICAL_SECTION MutexType;
72 MutexType mutex_;

Completed in 247 milliseconds