Functions§
- getpriority_
pgrp getpriority(PRIO_PGRP, gid)—Get the scheduling priority of the given process group.- getpriority_
process getpriority(PRIO_PROCESS, pid)—Get the scheduling priority of the given process.- getpriority_
user getpriority(PRIO_USER, uid)—Get the scheduling priority of the given user.- nice
nice(inc)—Adjust the scheduling priority of the current process.- setpriority_
pgrp setpriority(PRIO_PGRP, pgid)—Get the scheduling priority of the given process group.- setpriority_
process setpriority(PRIO_PROCESS, pid)—Get the scheduling priority of the given process.- setpriority_
user setpriority(PRIO_USER, uid)—Get the scheduling priority of the given user.