Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Datomic.cpp28 # define _LIBCPP_FUTEX(...) syscall(SYS_futex, __VA_ARGS__) macro
35 # define _LIBCPP_FUTEX(...) syscall(SYS_futex, __VA_ARGS__) macro
42 # define _LIBCPP_FUTEX(...) futex(__VA_ARGS__) macro
48 # define _LIBCPP_FUTEX(...) syscall(SYS_futex, __VA_ARGS__) macro