Searched refs:MutexType (Results 1 - 11 of 11) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.h22 enum MutexType { enum in namespace:__tsan
42 explicit Mutex(MutexType type, StatType stat_type);
56 MutexType type_;
72 void Lock(MutexType t);
73 void Unlock(MutexType t);
H A Dtsan_mutex.cc29 const MutexType MutexTypeLeaf = (MutexType)-1;
30 static MutexType CanLockTab[MutexTypeCount][MutexTypeCount] = {
58 MutexType z = CanLockTab[i][j];
132 void InternalDeadlockDetector::Lock(MutexType t) {
159 void InternalDeadlockDetector::Unlock(MutexType t) {
208 Mutex::Mutex(MutexType type, StatType stat_type) {
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mutex_test.cc24 template<typename MutexType>
27 explicit TestData(MutexType *mtx)
62 typedef GenericScopedLock<MutexType> Lock;
65 MutexType *mtx_;
77 template<typename MutexType>
79 TestData<MutexType> *data = (TestData<MutexType>*)param;
87 template<typename MutexType>
89 TestData<MutexType> *data = (TestData<MutexType>*)para
[all...]
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutex_test.cc22 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>*)para
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h168 template<typename MutexType>
171 explicit GenericScopedLock(MutexType *mu)
181 MutexType *mu_;
187 template<typename MutexType>
190 explicit GenericScopedReadLock(MutexType *mu)
200 MutexType *mu_;
/external/ceres-solver/internal/ceres/
H A Dmutex.h101 typedef int MutexType; // to keep a lock-count typedef
121 typedef CRITICAL_SECTION MutexType; typedef
131 typedef pthread_rwlock_t MutexType; typedef
134 typedef pthread_mutex_t MutexType; typedef
176 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/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_;
/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/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1623 enum MutexType { kStatic = 0, kDynamic = 1 }; enum in class:testing::internal::Mutex
1655 MutexType type_;

Completed in 1948 milliseconds