pub fn sched_rr_get_interval(pid: pid_t, tp: *timespec) usize
pub fn sched_rr_get_interval(pid: pid_t, tp: *timespec) usize { return syscall2(.sched_rr_get_interval, @as(u32, @bitCast(pid)), @intFromPtr(tp)); }