Crate atomic_polyfill
source ·Structs
- A boolean type which can be safely shared between threads.
- An integer type which can be safely shared between threads.
- An integer type which can be safely shared between threads.
Enums
- Atomic memory orderings
Constants
- ATOMIC_BOOL_INITDeprecatedAn
AtomicBool
initialized tofalse
.
Functions
- A compiler memory fence.
- An atomic fence.
- spin_loop_hintDeprecatedSignals the processor that it is inside a busy-wait spin-loop (“spin lock”).