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

/freebsd-11-stable/sys/sys/
H A Dstdatomic.h353 #define atomic_fetch_and(object, operand) \ macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h144 #define atomic_fetch_and(object, operand) __c11_atomic_fetch_and(object, operand, __ATOMIC_SEQ_CST) macro

Completed in 63 milliseconds