Lines Matching full:monotonic
117 another operation; it is normally used along with Monotonic memory operations.
118 A Monotonic load followed by an Acquire fence is roughly equivalent to an
216 Monotonic
219 Monotonic is the weakest level of atomicity that can be used in synchronization
238 it is legal to reorder non-atomic and Unordered loads around Monotonic
239 loads. CSE/DSE and a few other optimizations are allowed, but Monotonic
275 such a fence after the equivalent Monotonic operation is sufficient to
370 Monotonic.
373 Release, and for the address accessed by any Monotonic operation.
388 monotonic operations like a read+write to a memory location, and anything
391 * DSE: Unordered stores can be DSE'ed like normal stores. Monotonic stores can