[−][src]Module loom::sync::atomic
Mock implementation of std::sync::atomic.
Structs
| AtomicBool | Mock implementation of |
| AtomicPtr | Mock implementation of |
| AtomicU8 | Mock implementation of |
| AtomicU16 | Mock implementation of |
| AtomicU32 | Mock implementation of |
| AtomicU64 | Mock implementation of |
| AtomicUsize | Mock implementation of |
Enums
| Ordering | Atomic memory orderings |
Functions
| fence | An atomic fence. |
| spin_loop_hint | Signals the processor that it is entering a busy-wait spin-loop. |