Home
last modified time | relevance | path

Searched refs:atomic_cmpset_rel_int (Results 1 – 13 of 13) sorted by relevance

/NextBSD/lib/libthr/thread/
HDthr_once.c56 if (atomic_cmpset_rel_int(&once_control->state, ONCE_IN_PROGRESS, in once_cancel_handler()
97 if (atomic_cmpset_rel_int(&once_control->state, ONCE_IN_PROGRESS, in _pthread_once()
/NextBSD/sys/arm/include/
HDatomic.h107 #define atomic_cmpset_rel_int atomic_cmpset_rel_32 macro
/NextBSD/sys/powerpc/include/
HDatomic.h636 atomic_cmpset_rel_int(volatile u_int *p, u_int cmpval, u_int newval) in atomic_cmpset_rel_int() function
661 #define atomic_cmpset_rel_32 atomic_cmpset_rel_int
674 #define atomic_cmpset_rel_ptr atomic_cmpset_rel_int
/NextBSD/sys/i386/include/
HDatomic.h681 #define atomic_cmpset_rel_int atomic_cmpset_int macro
746 #define atomic_cmpset_rel_32 atomic_cmpset_rel_int
787 atomic_cmpset_rel_int((volatile u_int *)(dst), (u_int)(old), \
/NextBSD/sys/contrib/vchiq/interface/compat/
HDvchi_bsd.h111 if (atomic_cmpset_rel_int(v, oldv, newv)) in atomic_cmpxchg()
126 } while (!atomic_cmpset_rel_int(v, oldv, newv)); in atomic_xchg()
/NextBSD/sys/amd64/include/
HDatomic.h470 #define atomic_cmpset_rel_int atomic_cmpset_int macro
535 #define atomic_cmpset_rel_32 atomic_cmpset_rel_int
/NextBSD/sys/arm64/include/
HDatomic.h331 #define atomic_cmpset_rel_int atomic_cmpset_rel_32 macro
/NextBSD/sys/riscv/include/
HDatomic.h216 #define atomic_cmpset_rel_int atomic_cmpset_rel_32 macro
/NextBSD/lib/libc/gen/
HDsem_new.c446 } while (!atomic_cmpset_rel_int(&sem->_kern._count, count, count + 1)); in _sem_post()
/NextBSD/sys/kern/
HDkern_ktr.c361 } while (atomic_cmpset_rel_int(&ktr_idx, saveindex, newindex) == 0); in ktr_tracepoint()
/NextBSD/sys/vm/
HDvm_page.h558 if (!atomic_cmpset_rel_int(&(m)->busy_lock, \
HDvm_page.c781 if (atomic_cmpset_rel_int(&m->busy_lock, in vm_page_busy_downgrade()
/NextBSD/sys/mips/include/
HDatomic.h570 #define atomic_cmpset_rel_int atomic_cmpset_rel_32 macro