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.

An integer 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.

A raw pointer 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.

An integer 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_I8_INITDeprecatedExperimental

An atomic integer initialized to 0.

ATOMIC_I16_INITDeprecatedExperimental

An atomic integer initialized to 0.

ATOMIC_I32_INITDeprecatedExperimental

An atomic integer initialized to 0.

ATOMIC_I64_INITDeprecatedExperimental

An atomic integer initialized to 0.

ATOMIC_U8_INITDeprecatedExperimental

An atomic integer initialized to 0.

ATOMIC_U16_INITDeprecatedExperimental

An atomic integer initialized to 0.

ATOMIC_U32_INITDeprecatedExperimental

An atomic integer initialized to 0.

ATOMIC_U64_INITDeprecatedExperimental

An atomic integer initialized to 0.

An AtomicBool initialized to false.

An atomic integer initialized to 0.

An atomic integer initialized to 0.

Functions

A compiler memory fence.

An atomic fence.

spin_loop_hintDeprecated

Signals the processor that it is inside a busy-wait spin-loop (“spin lock”).