devela::_dep::rustix::process

Function getpriority_user

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

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

§References