Function rsix::process::getpriority_user[][src]

pub fn getpriority_user(uid: Uid) -> Result<i32>
This is supported on non-Redox only.
Expand description

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

References