Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Datomic_helpers.h100 inline typename T::Type atomic_fetch_or(volatile T *A, typename T::Type V, in atomic_fetch_or() function
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h162 #define atomic_fetch_or(object, operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) macro
/freebsd/sys/sys/
H A Dstdatomic.h358 #define atomic_fetch_or(object, operand) \ macro