Searched defs:atomic_compare_exchange_weak (Results 1 – 4 of 4) sorted by relevance
89 INLINE bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
252 INLINE bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
143 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(… macro
346 #define atomic_compare_exchange_weak(object, expected, desired) \ macro