Skip to documentation
SLOP

tiny.simd.blockUntilDifferent

Reference tiny.simd blockUntilDifferent

Defined in thread.wait.

Called byCallsNo direct callsprivate sourcelib.simd.src.thread.pool.ThreadPoolwaitForWorkprivate sourcelib.simd.src.thread.wait.WakeContextwaittest sourcelib.simd.src.thread.waittest: Highway wait word blocks until ...thread.waitblockUntilDifferent
Static calls · unresolved targets: 0 · external targets: 1.

Source

Source: lib/simd/src/thread/wait.zig:12

zig
pub fn blockUntilDifferent(    previous: u32,    word: *const WaitWord,) u32 {    return sys.thread.blockUntilDifferent(previous, word);}

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

zig
pub const blockUntilDifferent = thread.blockUntilDifferent;

Also reachable as

thread.blockUntilDifferent.

Audit

Definitions1
Public names3
Members0
Version26.7.0
Revisiondaab053ee433