Function rsix::process::getpriority_pgrp[][src]

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

getpriority(PRIO_PGRP, gid)—Get the scheduling priority of the given process group.

References