Lines Matching full:atomic
160 /// Atomic information for this memory operation.
164 /// Atomic ordering requirements for this memory operation. For cmpxchg
165 /// atomic operations, atomic ordering requirements when store occurs.
167 /// For cmpxchg atomic operations, atomic ordering requirements when store
186 /// size, and base alignment. For atomic operations the synchronization scope
187 /// and atomic ordering requirements must also be specified. For cmpxchg
188 /// atomic operations the atomic ordering requirements when store does not
275 /// Return the atomic ordering requirements for this memory operation. For
276 /// cmpxchg atomic operations, return the atomic ordering requirements when
282 /// For cmpxchg atomic operations, return the atomic ordering requirements
288 /// Return a single atomic ordering that is at least as strong as both the
289 /// success and failure orderings for an atomic operation. (For operations
302 /// Returns true if this operation has an atomic ordering requirement of
309 /// constraints other than normal aliasing. Volatile and (ordered) atomic