Searched refs:atomic_cmpset_32 (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/include/arch/arm/machine/
H A Datomic.h85 #define atomic_cmpset_ptr atomic_cmpset_32
103 #define atomic_cmpset_int atomic_cmpset_32
H A Datomic-v4.h116 atomic_cmpset_32(volatile u_int32_t *p, volatile u_int32_t cmpval, volatile u_int32_t newval) function
263 atomic_cmpset_32(volatile u_int32_t *p, volatile u_int32_t cmpval, volatile u_int32_t newval) function
373 #define atomic_cmpset_rel_32 atomic_cmpset_32
374 #define atomic_cmpset_acq_32 atomic_cmpset_32
420 return (atomic_cmpset_32((volatile uint32_t *)dst, old, newe));
H A Datomic-v6.h194 atomic_cmpset_32(volatile uint32_t *p, uint32_t cmpval, uint32_t newval) function
248 return (atomic_cmpset_32((volatile uint32_t *)p, cmpval, newval));
256 ret = atomic_cmpset_32(p, cmpval, newval);
286 return (atomic_cmpset_32(p, cmpval, newval));
/barrelfish-master/include/arch/aarch64/machine/
H A Datomic.h315 #define atomic_cmpset_int atomic_cmpset_32
/barrelfish-master/include/arch/x86_64/machine/
H A Datomic.h573 #define atomic_cmpset_32 atomic_cmpset_int macro

Completed in 86 milliseconds