Searched defs:atomic_fetch_sub (Results 1 – 4 of 4) sorted by relevance
126 inline u32 atomic_fetch_sub(volatile atomic_uint32_t *a, in atomic_fetch_sub() function134 inline uptr atomic_fetch_sub(volatile atomic_uintptr_t *a, in atomic_fetch_sub() function
62 inline typename T::Type atomic_fetch_sub(volatile T *a, typename T::Type v, in atomic_fetch_sub() function
86 inline typename T::Type atomic_fetch_sub(volatile T *A, typename T::Type V, in atomic_fetch_sub() function
153 #define atomic_fetch_sub(object, operand) __c11_atomic_fetch_sub( global() macro