Constant THREAD_STATE_NONE [src]
Alias for std.c.darwin.THREAD_STATE_NONE
Source
pub const THREAD_STATE_NONE = switch (native_arch) {
.aarch64 => 5,
.x86_64 => 13,
else => @compileError("unsupported arch"),
}
Alias for std.c.darwin.THREAD_STATE_NONE
pub const THREAD_STATE_NONE = switch (native_arch) {
.aarch64 => 5,
.x86_64 => 13,
else => @compileError("unsupported arch"),
}