Home
last modified time | relevance | path

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

/openbsd/bin/csh/
H A Dsem.c116 t->t_nice = in execute()
124 t->t_nice = 4; in execute()
336 (void) setpriority(PRIO_PROCESS, 0, t->t_nice); in execute()
H A Dcsh.h318 int t_nice; member
H A Dproc.c1314 (void) setpriority(PRIO_PROCESS, 0, t->t_nice); in pfork()