rustix::process

Function getpriority_user

source
pub fn getpriority_user(uid: Uid) -> Result<i32>
Expand description

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

§References