HomeSort by relevance Sort by last modified time
    Searched refs:MutexType (Results 1 - 12 of 12) 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);
tsan_mutex.cc 29 const MutexType MutexTypeLeaf = (MutexType)-1;
30 static MutexType CanLockTab[MutexTypeCount][MutexTypeCount] = {
57 MutexType z = CanLockTab[i][j];
131 void DeadlockDetector::Lock(MutexType t) {
158 void DeadlockDetector::Unlock(MutexType t) {
195 Mutex::Mutex(MutexType type, StatType stat_type) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mutex.h 82 template<typename MutexType>
85 explicit GenericScopedLock(MutexType *mu)
95 MutexType *mu_;
101 template<typename MutexType>
104 explicit GenericScopedReadLock(MutexType *mu)
114 MutexType *mu_;
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_mutex_test.cc 22 template<typename MutexType>
25 explicit TestData(MutexType *mtx)
57 typedef GenericScopedLock<MutexType> Lock;
60 MutexType *mtx_;
73 template<typename MutexType>
75 TestData<MutexType> *data = (TestData<MutexType>*)param;
83 template<typename MutexType>
85 TestData<MutexType> *data = (TestData<MutexType>*)param
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_mutex_test.cc 21 template<typename MutexType>
24 explicit TestData(MutexType *mtx)
59 typedef GenericScopedLock<MutexType> Lock;
62 MutexType *mtx_;
75 template<typename MutexType>
77 TestData<MutexType> *data = (TestData<MutexType>*)param;
85 template<typename MutexType>
87 TestData<MutexType> *data = (TestData<MutexType>*)param
    [all...]
  /external/ceres-solver/internal/ceres/
mutex.h 99 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;
172 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/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/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/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/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_;

Completed in 164 milliseconds