[go: up one dir, main page]

[][src]Module loom::sync::atomic

Mock implementation of std::sync::atomic.

Structs

AtomicBool

Mock implementation of std::sync::atomic::AtomicBool.

AtomicPtr

Mock implementation of std::sync::atomic::AtomicPtr.

AtomicU32

Mock implementation of std::sync::atomic::$name.

AtomicU64

Mock implementation of std::sync::atomic::$name.

AtomicUsize

Mock implementation of std::sync::atomic::$name.

Functions

spin_loop_hint

Signals the processor that it is entering a busy-wait spin-loop.