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

  /system/chre/util/include/chre/util/
lock_guard.h 29 template<typename MutexType>
35 LockGuard(MutexType& mutex);
44 MutexType& mMutex;
conditional_lock_guard_impl.h 22 template<typename MutexType>
23 ConditionalLockGuard<MutexType>::ConditionalLockGuard(MutexType& mutex,
31 template<typename MutexType>
32 ConditionalLockGuard<MutexType>::~ConditionalLockGuard() {
lock_guard_impl.h 24 template<typename MutexType>
25 LockGuard<MutexType>::LockGuard(MutexType& mutex)
30 template<typename MutexType>
31 LockGuard<MutexType>::~LockGuard() {
conditional_lock_guard.h 28 template<typename MutexType>
34 ConditionalLockGuard(MutexType& mutex, bool shouldLock);
42 MutexType& mMutex;
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.h 22 enum MutexType {
45 explicit Mutex(MutexType type, StatType stat_type);
59 MutexType type_;
75 void Lock(MutexType t);
76 void Unlock(MutexType t);
tsan_mutex.cc 29 const MutexType MutexTypeLeaf = (MutexType)-1;
30 static MutexType CanLockTab[MutexTypeCount][MutexTypeCount] = {
61 MutexType z = CanLockTab[i][j];
135 void InternalDeadlockDetector::Lock(MutexType t) {
162 void InternalDeadlockDetector::Unlock(MutexType t) {
211 Mutex::Mutex(MutexType type, StatType stat_type) {
  /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 24 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>*)param
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mutex.h 174 template<typename MutexType>
177 explicit GenericScopedLock(MutexType *mu)
187 MutexType *mu_;
193 template<typename MutexType>
196 explicit GenericScopedReadLock(MutexType *mu)
206 MutexType *mu_;
  /external/gflags/src/
mutex.h 112 typedef int MutexType; // to keep a lock-count
129 typedef CRITICAL_SECTION MutexType;
142 typedef pthread_rwlock_t MutexType;
145 typedef pthread_mutex_t MutexType;
189 MutexType mutex_;
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h     [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h     [all...]

Completed in 709 milliseconds