Searched defs:atomic_cas_ptr (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/intel/asm/ |
H A D | atomic.h | 193 * 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 D | atomic.s | 39 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 D | atomic.c | 434 atomic_cas_ptr(volatile void *target, void *cmp, void *new) function
|
/illumos-gate/usr/src/common/atomic/i386/ |
H A D | atomic.s | 40 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 D | atomic.s | 40 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 D | atomic.s | 49 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 D | mach_cpu_module.c | 610 atomic_cas_ptr(volatile void *target, void *cmp, void *new) function
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 629 atomic_cas_ptr.3c \ 1465 atomic_cas_ptr.3c := LINKSRC = atomic_cas.3c
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 580 atomic_cas_ptr.9f \ 1295 atomic_cas_ptr.9f := LINKSRC = atomic_cas.9f
|
Completed in 846 milliseconds