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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mutex.h 66 template<typename MutexType>
69 explicit GenericScopedLock(MutexType *mu)
79 MutexType *mu_;
85 template<typename MutexType>
88 explicit GenericScopedReadLock(MutexType *mu)
98 MutexType *mu_;
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.h 22 enum MutexType {
39 explicit Mutex(MutexType type, StatType stat_type);
53 MutexType type_;
69 void Lock(MutexType t);
70 void Unlock(MutexType t);
tsan_mutex.cc 28 const MutexType MutexTypeLeaf = (MutexType)-1;
29 static MutexType CanLockTab[MutexTypeCount][MutexTypeCount] = {
123 void DeadlockDetector::Lock(MutexType t) {
148 void DeadlockDetector::Unlock(MutexType t) {
184 Mutex::Mutex(MutexType type, StatType stat_type) {
  /external/compiler-rt/lib/tsan/unit_tests/
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/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/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 111 milliseconds