Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/getpriority.2
| Show All 26 Lines | |||||
| .\" | .\" | ||||
| .Dd June 4, 1993 | .Dd June 4, 1993 | ||||
| .Dt GETPRIORITY 2 | .Dt GETPRIORITY 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm getpriority , | .Nm getpriority , | ||||
| .Nm setpriority | .Nm setpriority | ||||
| .Nd get/set program scheduling priority | .Nd get/set program scheduling priority | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In sys/time.h | .In sys/time.h | ||||
| .In sys/resource.h | .In sys/resource.h | ||||
| .Ft int | .Ft int | ||||
| .Fn getpriority "int which" "int who" | .Fn getpriority "int which" "int who" | ||||
| .Ft int | .Ft int | ||||
| .Fn setpriority "int which" "int who" "int prio" | .Fn setpriority "int which" "int who" "int prio" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The scheduling | The scheduling | ||||
| ▲ Show 20 Lines • Show All 102 Lines • Show Last 20 Lines | |||||