Searched defs:atomic_cas_32 (Results 1 – 2 of 2) sorted by relevance
100 atomic_cas_32(volatile uint32_t *target, uint32_t cmp, uint32_t newval) in atomic_cas_32() function
49 #define atomic_cas_32(v, x, y) atomic_cmpxchg((atomic_t *)(v), x, y) macro