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

  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.h 22 enum MutexType {
42 explicit Mutex(MutexType type, StatType stat_type);
56 MutexType type_;
72 void Lock(MutexType t);
73 void Unlock(MutexType t);
  /external/ceres-solver/internal/ceres/
mutex.h 101 typedef int MutexType; // to keep a lock-count
121 typedef CRITICAL_SECTION MutexType;
131 typedef pthread_rwlock_t MutexType;
134 typedef pthread_mutex_t MutexType;
176 MutexType mutex_;
  /external/chromium_org/third_party/re2/util/
mutex.h 21 typedef int MutexType; // to keep a lock-count
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/
simple_mutex.h 110 typedef int MutexType; // to keep a lock-count
122 typedef CRITICAL_SECTION MutexType;
132 typedef pthread_rwlock_t MutexType;
135 typedef pthread_mutex_t MutexType;
177 MutexType mutex_;
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
simple_mutex.h 110 typedef int MutexType; // to keep a lock-count
122 typedef CRITICAL_SECTION MutexType;
132 typedef pthread_rwlock_t MutexType;
135 typedef pthread_mutex_t MutexType;
177 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_;
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]

Completed in 194 milliseconds