devela::_dep::rustix::process

Function setpriority_user

pub fn setpriority_user(uid: Uid, priority: i32) -> Result<(), Errno> 
Available on crate feature dep_rustix only.
Expand description

setpriority(PRIO_USER, uid)—Get the scheduling priority of the given user.

§References