Home
last modified time | relevance | path

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

/llvm-project/libc/src/__support/threads/linux/
H A Dfutex_utils.h26 LIBC_INLINE constexpr Futex(FutexWordType value) Futex() function
/llvm-project/libcxxabi/src/
H A Dcxa_guard_impl.h642 enum class Implementation { NoThreads, GlobalMutex, Futex }; enumerator