devela::_dep::rustix::process

Function getpriority_pgrp

pub fn getpriority_pgrp(pgid: Option<Pid>) -> Result<i32, Errno> 
Available on crate feature dep_rustix only.
Expand description

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

A pgid of None means the process group of the calling process.

§References