fn strongest_failure_ordering(ord: Ordering) -> Ordering
Expand description

Given ordering for the success case in a compare-exchange operation, returns the strongest appropriate ordering for the failure case.