Searched defs:atomic_compare_exchange_strong (Results 1 – 3 of 3) sorted by relevance
178 INLINE bool atomic_compare_exchange_strong(volatile atomic_uint8_t *a, in atomic_compare_exchange_strong() function204 INLINE bool atomic_compare_exchange_strong(volatile atomic_uintptr_t *a, in atomic_compare_exchange_strong() function217 INLINE bool atomic_compare_exchange_strong(volatile atomic_uint16_t *a, in atomic_compare_exchange_strong() function230 INLINE bool atomic_compare_exchange_strong(volatile atomic_uint32_t *a, in atomic_compare_exchange_strong() function243 INLINE bool atomic_compare_exchange_strong(volatile atomic_uint64_t *a, in atomic_compare_exchange_strong() function
75 INLINE bool atomic_compare_exchange_strong(volatile T *a, in atomic_compare_exchange_strong() function
140 #define atomic_compare_exchange_strong(object, expected, desired) __c11_atomic_compare_exchange_str… macro