Searched defs:atomic_exchange (Results 1 – 4 of 4) sorted by relevance
147 inline u8 atomic_exchange(volatile atomic_uint8_t *a, in atomic_exchange() function154 inline u16 atomic_exchange(volatile atomic_uint16_t *a, in atomic_exchange() function161 inline u32 atomic_exchange(volatile atomic_uint32_t *a, in atomic_exchange() function
70 inline typename T::Type atomic_exchange(volatile T *a, typename T::Type v, in atomic_exchange() function
107 inline typename T::Type atomic_exchange(volatile T *A, typename T::Type V, in atomic_exchange() function
141 #define atomic_exchange(object, desired) __c11_atomic_exchange( global() macro