Functions

inline fn compilerFence(comptime ordering: Ordering) void

No documentation provided.

inline fn fence(comptime ordering: Ordering) void

No documentation provided.

inline fn spinLoopHint() void

Signals to the processor that the caller is inside a busy-wait spin-loop.

Values

cache_line
type

The estimated size of the CPU’s cache line when atomically updating memory. Add…