Searched defs:atomic_compare_exchange (Results 1 – 3 of 3) sorted by relevance
149 pub unsafe fn atomic_compare_exchange<T>( in atomic_compare_exchange() function
119 pub unsafe fn atomic_compare_exchange<T>(dst: *mut T, current: T, new: T) -> Result<T, T> { in atomic_compare_exchange() function
136 inline typename T::Type atomic_compare_exchange(volatile T *A, in atomic_compare_exchange() function