Function atomic_max

pub(in ::sync::atomic) const unsafe fn atomic_max<T: Copy>(dst: *mut T, val: T, order: Ordering) -> T

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