[][src]Function linux::syscall::sched_rr_get_interval

pub fn sched_rr_get_interval(pid: pid_t, tp: &mut timespec) -> c_int

Returns the round-robin time slice of a thread.

[argument, pid] The thread to inspect.

[argument, tp] Place where the time slice will be stored.

= See also

  • link:man:sched_rr_get_interval(2)