Home
last modified time | relevance | path

Searched defs:cmpval (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/mips/include/
H A Datomic.h371 atomic_cmpset_32(__volatile uint32_t *p, uint32_t cmpval, uint32_t newval) in atomic_cmpset_32()
398 atomic_fcmpset_32(__volatile uint32_t *p, uint32_t *cmpval, uint32_t newval) in atomic_fcmpset_32()
505 atomic_cmpset_64(__volatile uint64_t *p, uint64_t cmpval, uint64_t newval) in atomic_cmpset_64()
528 atomic_fcmpset_64(__volatile uint64_t *p, uint64_t *cmpval, uint64_t newval) in atomic_fcmpset_64()
730 #define atomic_cmpset_long(p, cmpval, newval) \ argument
733 #define atomic_cmpset_acq_long(p, cmpval, newval) \ argument
736 #define atomic_cmpset_rel_long(p, cmpval, newval) \ argument
739 #define atomic_fcmpset_long(p, cmpval, newval) \ argument
742 #define atomic_fcmpset_acq_long(p, cmpval, newval) \ argument
745 #define atomic_fcmpset_rel_long(p, cmpval, newval) \ argument