Query: nice
OS: freebsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NICE(3) BSD Library Functions Manual NICE(3)NAMEnice -- set program scheduling priorityLIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <unistd.h> int nice(int incr);DESCRIPTIONThis interface is obsoleted by setpriority(2). The nice() function obtains the scheduling priority of the process from the system and sets it to the priority value specified in incr. The priority is a value in the range -20 to 20. The default priority is 0; lower priorities cause more favorable scheduling. Only the super- user may lower priorities. Children inherit the priority of their parent processes via fork(2).SEE ALSOnice(1), fork(2), setpriority(2), renice(8)HISTORYA nice() syscall appeared in Version 6 AT&T UNIX.BSDJune 4, 1993 BSD
Related Man Pages |
---|
nice(2) - redhat |
renice(8) - mojave |
nice(1) - netbsd |
setpriority(2) - netbsd |
nice(3) - netbsd |
Similar Topics in the Unix Linux Community |
---|
Mac OSX question |
UNIX Scripting |
System Administration |
Nice Clock |
TuxOnIce stalls 3 times before resuming |