[][src]Function linux::syscall::getpriority

pub fn getpriority(which: c_int, who: c_int) -> c_int

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

[argument, which] The id type of who.

[argument, who] Whose priority to return.

= See also

  • link:man:getpriority(2)