You can search for identifiers within the package.
in-package search v0.2.0
The ordering of an atomic load, store, cmpxchg, atomicrmw or fence instruction. See llvm::AtomicOrdering.
load
store
cmpxchg
atomicrmw
fence
llvm::AtomicOrdering
type t =
| NotAtomic
| Unordered
| Monotonic
| Invalid
removed due to API changes
| Acquire
| Release
| AcqiureRelease
| SequentiallyConsistent