rustix::backend::process::syscalls

Function setpriority_pgrp

Source
pub(crate) fn setpriority_pgrp(pgid: Option<Pid>, priority: i32) -> Result<()>