HomeSort by: relevance | last modified time | path
    Searched defs:nicenum (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/pkill/
pkill.c 92 static int nicenum; variable in typeref:typename:int
184 nicenum = i;
533 if (setpriority(PRIO_PROCESS, kp->p_pid, nicenum) == -1) {
539 kp->p_pid, oldprio, nicenum);

Completed in 12 milliseconds