Searched refs:atomic_cmpset_rel_int (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/lib/libthr/thread/ |
| HD | thr_once.c | 56 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/ |
| HD | atomic.h | 107 #define atomic_cmpset_rel_int atomic_cmpset_rel_32 macro
|
| /NextBSD/sys/powerpc/include/ |
| HD | atomic.h | 636 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/ |
| HD | atomic.h | 681 #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/ |
| HD | vchi_bsd.h | 111 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/ |
| HD | atomic.h | 470 #define atomic_cmpset_rel_int atomic_cmpset_int macro 535 #define atomic_cmpset_rel_32 atomic_cmpset_rel_int
|
| /NextBSD/sys/arm64/include/ |
| HD | atomic.h | 331 #define atomic_cmpset_rel_int atomic_cmpset_rel_32 macro
|
| /NextBSD/sys/riscv/include/ |
| HD | atomic.h | 216 #define atomic_cmpset_rel_int atomic_cmpset_rel_32 macro
|
| /NextBSD/lib/libc/gen/ |
| HD | sem_new.c | 446 } while (!atomic_cmpset_rel_int(&sem->_kern._count, count, count + 1)); in _sem_post()
|
| /NextBSD/sys/kern/ |
| HD | kern_ktr.c | 361 } while (atomic_cmpset_rel_int(&ktr_idx, saveindex, newindex) == 0); in ktr_tracepoint()
|
| /NextBSD/sys/vm/ |
| HD | vm_page.h | 558 if (!atomic_cmpset_rel_int(&(m)->busy_lock, \
|
| HD | vm_page.c | 781 if (atomic_cmpset_rel_int(&m->busy_lock, in vm_page_busy_downgrade()
|
| /NextBSD/sys/mips/include/ |
| HD | atomic.h | 570 #define atomic_cmpset_rel_int atomic_cmpset_rel_32 macro
|