Skip to documentation
SLOP

tiny.tracy.threadContext

Reference tiny.tracy threadContext

Defined in tiny.tracy.

Called byCallstest sourcelib.tracy.src.instrumentationtest: instrumentation calls compileprivate sourcelib.tracy.src.runtimethreadContexttiny.tracythreadContext
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/tracy/src/instrumentation.zig:127

zig
pub inline fn threadContext(thread: u64, name: ?[]const u8) void {    runtime.threadContext(thread, name);}

Source: lib/tracy/src/root.zig:114

zig
pub const threadContext = instrumentation.threadContext;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433