NORMALPRI(2) — Unix Programmer’s Manual
NAME
normalpri − make the current process a normal priority process
SYNOPSIS
normalpri()
DESCRIPTION
Normalpri returns the current process to a normal priority process, which is scheduled like any other ordinary UNIX process. This call has no effect if the process was not previously highpried.
RETURN VALUE
Zero is returned if the operation was successful; on an error, −1 is returned and an error code is left in the global location errno.
ERRORS
The normalpri call should not fail.
SEE ALSO
plock(2), punlock(2), highpri(2)
4th Berkeley Distribution — 1 August 1985