Skip to documentation
SLOP

tiny.simd.addPoolCaller

Reference tiny.simd addPoolCaller

Defined in thread.pool.

Called byCallsNo direct callstest sourcelib.simd.src.thread.pooltest: Highway pool wait modes preserv...thread.pooladdCaller
Static calls · unresolved targets: 1 · external targets: 0.

Source

Source: lib/simd/src/thread/pool.zig:262

zig
pub fn addCaller(    name: []const u8,) error{ EmptyCallerName, CallerNameTooLong, TooManyCallers }!Caller {    return caller_registry.add(name);}

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

zig
pub const addPoolCaller = thread.addCaller;

Also reachable as

thread.addCaller.

Audit

Definitions1
Public names3
Members0
Version26.7.0
Revisiondaab053ee433