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

/illumos-gate/usr/src/uts/intel/asm/
H A Datomic.h193 * We don't use the above macro here because atomic_cas_ptr has an
198 atomic_cas_ptr(volatile void *target, void *cmp, void *new) function
/illumos-gate/usr/src/common/atomic/amd64/
H A Datomic.s39 ANSI_PRAGMA_WEAK2(casptr,atomic_cas_ptr,function)
477 ALTENTRY(atomic_cas_ptr) function
482 SET_SIZE(atomic_cas_ptr)
/illumos-gate/usr/src/common/atomic/
H A Datomic.c434 atomic_cas_ptr(volatile void *target, void *cmp, void *new) function
/illumos-gate/usr/src/common/atomic/i386/
H A Datomic.s40 ANSI_PRAGMA_WEAK2(casptr,atomic_cas_ptr,function)
584 ALTENTRY(atomic_cas_ptr) function
591 SET_SIZE(atomic_cas_ptr)
/illumos-gate/usr/src/common/atomic/sparc/
H A Datomic.s40 ANSI_PRAGMA_WEAK2(casptr,atomic_cas_ptr,function)
626 ALTENTRY(atomic_cas_ptr) function
632 SET_SIZE(atomic_cas_ptr)
/illumos-gate/usr/src/common/atomic/sparcv9/
H A Datomic.s49 ANSI_PRAGMA_WEAK2(casptr,atomic_cas_ptr,function)
766 ALTENTRY(atomic_cas_ptr) function
772 SET_SIZE(atomic_cas_ptr)
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dmach_cpu_module.c610 atomic_cas_ptr(volatile void *target, void *cmp, void *new) function
/illumos-gate/usr/src/man/man3c/
H A DMakefile629 atomic_cas_ptr.3c \
1465 atomic_cas_ptr.3c := LINKSRC = atomic_cas.3c
/illumos-gate/usr/src/man/man9f/
H A DMakefile580 atomic_cas_ptr.9f \
1295 atomic_cas_ptr.9f := LINKSRC = atomic_cas.9f

Completed in 92 milliseconds