Home
last modified time | relevance | path

Searched defs:GlobalMutex (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp29 SpinMutex GlobalMutex; variable
/llvm-project/libcxxabi/src/
H A Dcxa_guard_impl.h642 enum class Implementation { NoThreads, GlobalMutex, Futex }; enumerator