Function rsix::process::getpriority_process[][src]

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

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

References