Function rsix::process::setpriority_process[][src]

pub fn setpriority_process(pid: Pid, priority: i32) -> Result<()>
This is supported on non-Redox only.
Expand description

setpriority(PRIO_PROCESS, pid)—Get the scheduling priority of the given process.

References