Searched defs:atomic_swap_int (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/arm64/include/
H A Datomic.h568 #define atomic_swap_int atomic_swap_32 macro
/freebsd-current/sys/powerpc/include/
H A Datomic.h980 #define atomic_swap_int atomic_swap_32 macro
/freebsd-current/sys/arm/include/
H A Datomic.h1101 #define atomic_swap_int atomic_swap_32 macro
/freebsd-current/sys/riscv/include/
H A Datomic.h466 #define atomic_swap_int atomic_swap_32 macro
/freebsd-current/sys/i386/include/
H A Datomic.h658 atomic_swap_int(volatile u_int *p, u_int v) function
/freebsd-current/sys/amd64/include/
H A Datomic.h392 atomic_swap_int(volatile u_int *p, u_int v) function
/freebsd-current/sys/sys/
H A Datomic_san.h222 #define atomic_swap_int ATOMIC_SAN(swap_int) macro

Completed in 202 milliseconds