Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dstdatomic.h
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dstdatomic.h144 #define atomic_fetch_and(object, operand) __c11_atomic_fetch_and(object, operand, __ATOMIC_SEQ_CST) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dstdatomic.h212 #define atomic_fetch_and(PTR, VAL) __atomic_fetch_and ((PTR), (VAL), \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dstdatomic.h212 #define atomic_fetch_and(PTR, VAL) __atomic_fetch_and ((PTR), (VAL), \ macro
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
H A Dstdatomic.h213 #define atomic_fetch_and(obj, arg) \ macro
/netbsd-src/external/mpl/dhcp/bind/include/isc/
H A Dstdatomic.h211 #define atomic_fetch_and(obj, arg) \ macro