Skip to documentation
SLOP

tiny.simd.wakeAll

Reference tiny.simd wakeAll

Defined in thread.wait.

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

Source

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

zig
pub fn wakeAll(word: *WaitWord) void {    sys.thread.wakeAll(word);}

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

zig
pub const wakeAll = thread.wakeAll;

Also reachable as

thread.wakeAll.

Audit

Definitions1
Public names3
Members0
Version26.7.0
Revisiondaab053ee433