Setpr
set process priority
setpr
int pid
int priority
Assembler Equivalent
os9 F$SPRIOR
Description
SETPR sets the process identified by "pid" (process id) to have
a priority of "priority". The lowest level is 0 and the
highest is 255.
Diagnostics
The call will return -1 if the process does not have the same
user id as the caller.