[][src]Function linux::syscall::setpriority

pub fn setpriority(which: c_int, who: c_int, prio: c_int) -> c_int

Sets the scheduling priority of a process, process group, or user.

[argument, which] The id type of who.

[argument, who] Whose priority to set.

[argument, prio] The scheduling priority.

= See also

  • link:man:setpriority(2)