Searched defs:atomic_fetch_add (Results 1 – 5 of 5) sorted by relevance
105 inline u32 atomic_fetch_add(volatile atomic_uint32_t *a, in atomic_fetch_add() function113 inline uptr atomic_fetch_add(volatile atomic_uintptr_t *a, in atomic_fetch_add() function
46 inline typename T::Type atomic_fetch_add(volatile T *a, in atomic_fetch_add() function
40 inline atomic_uint64_t::Type atomic_fetch_add(volatile atomic_uint64_t *ptr, in atomic_fetch_add() function
79 inline typename T::Type atomic_fetch_add(volatile T *A, typename T::Type V, in atomic_fetch_add() function
145 #define atomic_fetch_add(object, operand) __c11_atomic_fetch_add(object, operand, __ATOMIC_SEQ_CST) macro