Searched defs:atomic_swap_ptr (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/intel/asm/
H A Datomic.h234 * We don't use the above macro here because atomic_swap_ptr has an
239 atomic_swap_ptr(volatile void *target, void *val) function
/illumos-gate/usr/src/common/atomic/amd64/
H A Datomic.s515 ALTENTRY(atomic_swap_ptr) function
520 SET_SIZE(atomic_swap_ptr)
/illumos-gate/usr/src/common/atomic/
H A Datomic.c499 atomic_swap_ptr(volatile void *target, void *new) function
/illumos-gate/usr/src/common/atomic/i386/
H A Datomic.s633 ALTENTRY(atomic_swap_ptr) function
641 SET_SIZE(atomic_swap_ptr)
/illumos-gate/usr/src/common/atomic/sparc/
H A Datomic.s701 ALTENTRY(atomic_swap_ptr) function
713 SET_SIZE(atomic_swap_ptr)
/illumos-gate/usr/src/common/atomic/sparcv9/
H A Datomic.s844 ALTENTRY(atomic_swap_ptr) function
860 SET_SIZE(atomic_swap_ptr)
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dmach_cpu_module.c650 atomic_swap_ptr(volatile void *target, void *new) function
/illumos-gate/usr/src/man/man3c/
H A DMakefile692 atomic_swap_ptr.3c \
1530 atomic_swap_ptr.3c := LINKSRC = atomic_swap.3c
/illumos-gate/usr/src/man/man9f/
H A DMakefile643 atomic_swap_ptr.9f \
1360 atomic_swap_ptr.9f := LINKSRC = atomic_swap.9f

Completed in 98 milliseconds