Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Datomic_helpers.h93 inline typename T::Type atomic_fetch_and(volatile T *A, typename T::Type V, in atomic_fetch_and() function
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dstdatomic.h157 #define atomic_fetch_and(object, operand) __c11_atomic_fetch_and(object, operand, __ATOMIC_SEQ_CST) macro