Searched defs:atomic_max (Results 1 – 3 of 3) sorted by relevance
269 pub unsafe fn atomic_max<T: Copy + cmp::Ord>(dst: *mut T, val: T, order: Ordering) -> T { in atomic_max() function
191 pub unsafe fn atomic_max<T: Copy + cmp::Ord>(dst: *mut T, val: T) -> T { in atomic_max() function
3908 void atomic_max (NegativeTestContext& ctx) in atomic_max() function