Home
last modified time | relevance | path

Searched refs:niceness (Results 1 – 3 of 3) sorted by relevance

/original-bsd/usr.bin/nice/
H A Dnice.c39 int niceness = DEFNICE; local
45 niceness = atoi(argv[1] + 1);
53 niceness += getpriority(PRIO_PROCESS, 0);
56 if (setpriority(PRIO_PROCESS, 0, niceness))
/original-bsd/sys/hp/hpux/
H A Dhpux_compat.c2048 int niceness; member
2057 error = donice(p, p, (p->p_nice-NZERO)+uap->niceness);
/original-bsd/usr.sbin/sendmail/
H A DRELEASE_NOTES681 Add Nice=N mailer option to set the niceness at which a mailer will