Home
last modified time | relevance | path

Searched defs:MutexState (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cpp76 struct MutexState { struct
77 StaticSpinMutex mtx;
78 u32 seq;
79 int nlink;
80 Link link[kMaxLink];
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_rtems.cc113 enum MutexState { MtxUnlocked = 0, MtxLocked = 1, MtxSleeping = 2 }; enum
H A Dsanitizer_fuchsia.cc106 enum MutexState : int { MtxUnlocked = 0, MtxLocked = 1, MtxSleeping = 2 }; enum
H A Dsanitizer_linux.cc689 enum MutexState { enum
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_rtems.cc113 enum MutexState { MtxUnlocked = 0, MtxLocked = 1, MtxSleeping = 2 }; enum
H A Dsanitizer_fuchsia.cc106 enum MutexState : int { MtxUnlocked = 0, MtxLocked = 1, MtxSleeping = 2 }; enum
H A Dsanitizer_linux.cc641 enum MutexState { enum