Function lrs::syscall::getpriority

Returns the scheduling priority of a process, process group, or user.

Syntax

fn getpriority(which: i32, who: i32) -> i32

Arguments

NameDescription
which

The id type of who.

who

Whose priority to return.

See also