Function rustix::backend::process::syscalls::setpriority_user

source ยท
pub(crate) fn setpriority_user(uid: Uid, priority: i32) -> Result<()>