Searched defs:atomic_fetch_add (Results 1 – 3 of 3) sorted by relevance
102 INLINE u32 atomic_fetch_add(volatile atomic_uint32_t *a, in atomic_fetch_add() function110 INLINE uptr atomic_fetch_add(volatile atomic_uintptr_t *a, in atomic_fetch_add() function
47 INLINE typename T::Type atomic_fetch_add(volatile T *a, in atomic_fetch_add() function
188 #define atomic_fetch_add __sync_fetch_and_add macro