Home
last modified time | relevance | path

Searched refs:MutexState (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/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