Searched defs:atomic_cas_32 (Results 1 – 2 of 2) sorted by relevance
121 atomic_cas_32(volatile uint32_t *target, uint32_t cmp, uint32_t newval) in atomic_cas_32() function
91 #define atomic_cas_32(p, e, s) casa((p), (e), (s), __ASI_ATOMIC) macro