Home
last modified time | relevance | path

Searched refs:atomic_cmpset_short (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/amd64/include/
H A Datomic.h119 int atomic_cmpset_short(volatile u_short *dst, u_short expect, u_short src);
523 #define atomic_cmpset_acq_short atomic_cmpset_short
524 #define atomic_cmpset_rel_short atomic_cmpset_short
595 #define atomic_cmpset_16 atomic_cmpset_short
/f-stack/freebsd/i386/include/
H A Datomic.h113 int atomic_cmpset_short(volatile u_short *dst, u_short expect, u_short src);
778 #define atomic_cmpset_acq_short atomic_cmpset_short
779 #define atomic_cmpset_rel_short atomic_cmpset_short
850 #define atomic_cmpset_16 atomic_cmpset_short
/f-stack/freebsd/sys/
H A D_cscan_atomic.h141 #define atomic_cmpset_short kcsan_atomic_cmpset_short macro
/f-stack/freebsd/mips/include/
H A Datomic.h640 #define atomic_cmpset_short atomic_cmpset_16 macro