Searched refs:atomic_cas_ptr (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/cddl/compat/opensolaris/sys/ |
| HD | atomic.h | 128 atomic_cas_ptr(volatile void *target, void *cmp, void *newval) in atomic_cas_ptr() function 135 atomic_cas_ptr(volatile void *target, void *cmp, void *newval) in atomic_cas_ptr() function
|
| /NextBSD/contrib/apr/atomic/unix/ |
| HD | solaris.c | 71 return atomic_cas_ptr(mem, (void*) cmp, with); in apr_atomic_casptr()
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/os/ |
| HD | fm.c | 382 (void) atomic_cas_ptr((void *)&fm_panicstr, NULL, (void *)format); in fm_panic()
|
| /NextBSD/contrib/apr/ |
| HD | configure.in | 648 [void *ptr = NULL; atomic_cas_ptr(&ptr, NULL, NULL);],,
|
| HD | configure | 18806 void *ptr = NULL; atomic_cas_ptr(&ptr, NULL, NULL);
|