atomic_umin

Function atomic_umin 

Source
unsafe fn atomic_umin<T: Copy>(dst: *mut T, val: T, order: Ordering) -> T
Available on target_has_atomic only.
Expand description

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