pub unsafe extern "C" fn gpr_atm_no_barrier_clamped_add(
    value: *mut gpr_atm,
    delta: gpr_atm,
    min: gpr_atm,
    max: gpr_atm
) -> gpr_atm
Expand description

Adds \a delta to \a *value, clamping the result to the range specified by \a min and \a max. Returns the new value.