Searched defs:MutexType (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.h22 enum MutexType { enum in namespace:__tsan
44 explicit Mutex(MutexType type, StatType stat_type);
58 MutexType type_;
74 void Lock(MutexType t);
75 void Unlock(MutexType t);
/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/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/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h1408 enum MutexType { kStatic = 0, kDynamic = 1 }; enum in class:testing::internal::Mutex
1440 MutexType type_;

Completed in 111 milliseconds