Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_rtems.cpp114 enum MutexState { MtxUnlocked = 0, MtxLocked = 1, MtxSleeping = 2 }; enum
Dsanitizer_fuchsia.cpp115 enum MutexState : int { MtxUnlocked = 0, MtxLocked = 1, MtxSleeping = 2 }; enum
Dsanitizer_linux.cpp634 enum MutexState { enum
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc512 enum MutexState { enum