Skip to documentation
SLOP

tiny.simd.poolCallerName

Reference tiny.simd poolCallerName

Defined in thread.pool.

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

Source

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

zig
pub fn callerName(caller: Caller) ?[]const u8 {    return caller_registry.name(caller);}

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

zig
pub const poolCallerName = thread.callerName;

Also reachable as

thread.callerName.

Audit

Definitions1
Public names3
Members0
Version26.7.0
Revisiondaab053ee433