Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dstdatomic.h141 #define atomic_fetch_xor(object, operand) __c11_atomic_fetch_xor(object, operand, __ATOMIC_SEQ_CST) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dstdatomic.h207 #define atomic_fetch_xor(PTR, VAL) __atomic_fetch_xor ((PTR), (VAL), \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dstdatomic.h207 #define atomic_fetch_xor(PTR, VAL) __atomic_fetch_xor ((PTR), (VAL), \ macro
/netbsd-src/sys/external/bsd/drm2/include/linux/
H A Datomic.h231 atomic_fetch_xor(int value, atomic_t *atomic) in atomic_fetch_xor() function