Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp29 SpinMutex GlobalMutex; variable
127 SpinMutexLock Lock(&GlobalMutex); in post()
236 SpinMutexLock Lock(&GlobalMutex); in serialize()
307 SpinMutexLock Lock(&GlobalMutex); in reset()
379 SpinMutexLock Lock(&GlobalMutex); in nextBuffer()
/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_guard_impl.h624 enum class Implementation { NoThreads, GlobalMutex, Futex }; enumerator
635 struct SelectImplementation<Implementation::GlobalMutex> {
653 Implementation::GlobalMutex;
/llvm-project-15.0.7/libcxxabi/test/
H A Dguard_test_basic.pass.cpp131 static_assert(CurrentImplementation == Implementation::GlobalMutex, ""); in main()
H A Dguard_threaded_test.pass.cpp329 using MutexImpl = SelectImplementation<Implementation::GlobalMutex>::type; in test_all_impls()