Searched refs:donice (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/shell_cmds-179/renice/
H A Drenice.c58 static int donice(int, int, int, int);
146 errs += donice(which, who, prio, incr);
152 donice(int which, int who, int prio, int incr) function
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.decls.h395 extern void donice (Char **, struct command *);
H A Dsh.time.c146 * donice is only called when it on the line by itself or with a +- value
150 donice(Char **v, struct command *c) function
H A Dsh.init.c120 { "nice", donice, 0, INF },
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_resource.c112 int donice(struct proc *curp, struct proc *chgp, int n);
305 error = donice(pun->curp, p, pun->prio);
326 error = donice(pun->curp, p, pun->prio);
341 * donice:EPERM
342 * donice:EACCES
371 error = donice(curp, p, uap->prio);
495 donice(struct proc *curp, struct proc *chgp, int n) function

Completed in 105 milliseconds