Skip to documentation
SLOP

tiny.simd.SpinType

Reference tiny.simd SpinType

Defined in thread.spin.

API (3)

Fields and members

Public fields and members.

No direct callersNo direct callsthread.spinSpinType
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/simd/src/thread/spin.zig:5

zig
pub const SpinType = enum(u8) {    monitor_x = 1,    u_monitor = 2,    pause = 3,};

Source: lib/simd/src/root.zig:119

zig
pub const SpinType = thread.SpinType;

Also reachable as

thread.SpinType.

Audit

Definitions1
Public names3
Members3
Version26.7.0
Revisiondaab053ee433