Function rustix::process::getpriority_user

pub fn getpriority_user(uid: Uid) -> io::Result<i32>
Documentation

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

References