Searched defs:atomic_cas_64 (Results 1 – 2 of 2) sorted by relevance
108 atomic_cas_64(volatile uint64_t *target, uint64_t cmp, uint64_t newval) in atomic_cas_64() function
92 #define atomic_cas_64(p, e, s) casxa((p), (e), (s), __ASI_ATOMIC) macro