We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1d4983 + 1e68c91 commit f06e35cCopy full SHA for f06e35c
src/libcore/sync/atomic.rs
@@ -153,7 +153,8 @@ unsafe impl<T> Sync for AtomicPtr<T> {}
153
#[stable(feature = "rust1", since = "1.0.0")]
154
#[derive(Copy, Clone)]
155
pub enum Ordering {
156
- /// No ordering constraints, only atomic operations.
+ /// No ordering constraints, only atomic operations. Corresponds to LLVM's
157
+ /// `Monotonic` ordering.
158
159
Relaxed,
160
/// When coupled with a store, all previous writes become visible
0 commit comments