Function crossbeam_epoch::atomic::strongest_failure_ordering
source ยท 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.