Return true if AO is strictly stronger than Monotonic.
Synopsis
Declared in <llvm/Support/AtomicOrdering.h>
bool
isStrongerThanMonotonic(AtomicOrdering AO);
Return Value
True if AO is strictly stronger than Monotonic.
Parameters
Name |
Description |
AO |
Atomic ordering to test. |
Created with MrDocs