devela::_dep::rustix::process

Function setpriority_pgrp

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

setpriority(PRIO_PGRP, pgid)—Get the scheduling priority of the given process group.

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

§References