Home
last modified time | relevance | path

Searched refs:atomic_swap_ptr (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/apr/atomic/unix/
HDsolaris.c76 return atomic_swap_ptr(mem, with); in apr_atomic_xchgptr()
/NextBSD/sys/arm64/include/
HDatomic.h351 #define atomic_swap_ptr atomic_swap_64 macro
/NextBSD/sys/amd64/include/
HDatomic.h581 #define atomic_swap_ptr atomic_swap_long macro
/NextBSD/sys/powerpc/include/
HDatomic.h739 #define atomic_swap_ptr atomic_swap_64 macro
/NextBSD/sys/i386/include/
HDatomic.h789 #define atomic_swap_ptr(p, v) \ macro