Function atomic_umax

Source
unsafe fn atomic_umax<T: Copy>(dst: *mut T, val: T, order: Ordering) -> T
Expand description

Updates *dst to the max value of val and the old value (unsigned comparison)