Lines Matching full:monotonic
1946 ``monotonic``
1948 total order for modifications by ``monotonic`` operations on each
1958 modification order. This disallows reordering of ``monotonic`` (or
1960 ``monotonic``-ally by one thread, and other threads ``monotonic``-ally
1965 In addition to the guarantees of ``monotonic``, a
1969 In addition to the guarantees of ``monotonic``, if this operation
7117 must be at least ``monotonic``, the ordering constraint on failure must be no
7160 %val_success = cmpxchg i32* %ptr, i32 %cmp, i32 %squared acq_rel monotonic ; yields { i32, i1 }