pub const sched_yield = switch (native_os)
pub const sched_yield = switch (native_os) { .netbsd => private.__libc_thr_yield, else => private.sched_yield, }