HomeSort by: relevance | last modified time | path
    Searched defs:MutexType (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/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);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_mutex.h 85 typedef int MutexType;
114 MutexType type;
120 MutexType can_lock[10];
126 explicit constexpr CheckedMutex(MutexType type)
155 const MutexType type_;
169 explicit constexpr Mutex(MutexType type = MutexUnchecked)
385 template <typename MutexType>
388 explicit GenericScopedLock(MutexType *mu) SANITIZER_ACQUIRE(mu) : mu_(mu) {
395 MutexType *mu_;
401 template <typename MutexType>
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_mutex.h 83 typedef int MutexType;
112 MutexType type;
118 MutexType can_lock[10];
124 explicit constexpr CheckedMutex(MutexType type)
153 const MutexType type_;
167 explicit constexpr Mutex(MutexType type = MutexUnchecked)
369 template <typename MutexType>
372 explicit GenericScopedLock(MutexType *mu) ACQUIRE(mu) : mu_(mu) {
379 MutexType *mu_;
385 template <typename MutexType>
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_defs.h 222 enum MutexType {
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1367 enum MutexType { kStatic = 0, kDynamic = 1 };
1399 MutexType type_;

Completed in 76 milliseconds