Searched defs:atomic_compare_exchange_weak (Results 1 – 8 of 8) sorted by relevance
89 INLINE bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
257 INLINE bool atomic_compare_exchange_weak(volatile T *a, in atomic_compare_exchange_weak() function
175 pub unsafe fn atomic_compare_exchange_weak<T: NoUninit>( in atomic_compare_exchange_weak() function
432 unsafe fn atomic_compare_exchange_weak( in atomic_compare_exchange_weak() function
193 unsafe fn atomic_compare_exchange_weak( in atomic_compare_exchange_weak() function
143 #define atomic_compare_exchange_weak(object, expected, desired) __c11_atomic_compare_exchange_weak(… macro
1133 unsafe fn atomic_compare_exchange_weak<T>(dst: *mut T, mut current: T, new: T) -> Result<T, T> in atomic_compare_exchange_weak() function
377 #define atomic_compare_exchange_weak(object, expected, desired) \ macro