[][src]Function linux::syscall::sched_getattr

pub fn sched_getattr(pid: pid_t, attr: &mut sched_attr, flags: c_uint) -> c_int

Gets the scheduling policy of a thread.

[argument, pid] The thread whose policy to get.

[argument, attr] A place where the policy will be stored.

[argument, flags] Unused.

= See also

  • link:man:sched_getattr(2)