[][src]Function linux::syscall::sched_setattr

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

Sets the scheduling policy of a thread.

[argument, pid] The thread to modify.

[argument, attr] The policy to set.

[argument, flags] Unused.

= See also

  • link:man:sched_setattr(2)