Searched defs:atomic_exchange (Results 1 – 4 of 4) sorted by relevance
157 INLINE u8 atomic_exchange(volatile atomic_uint8_t *a, in atomic_exchange() function164 INLINE u16 atomic_exchange(volatile atomic_uint16_t *a, in atomic_exchange() function171 INLINE u32 atomic_exchange(volatile atomic_uint32_t *a, in atomic_exchange() function
63 INLINE typename T::Type atomic_exchange(volatile T *a, in atomic_exchange() function
137 #define atomic_exchange(object, desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST) macro
3988 void atomic_exchange (NegativeTestContext& ctx) in atomic_exchange() function