Home
last modified time | relevance | path

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

/netbsd-src/tests/lib/libc/gen/
H A DMakefile30 TESTS_C+= t_nice
61 LDADD.t_nice+= -lpthread
62 DPADD.t_nice+= ${LIBPTHREAD}
/netbsd-src/bin/csh/
H A Dsem.c121 t->t_nice = in execute()
129 t->t_nice = 4; in execute()
337 (void)setpriority(PRIO_PROCESS, 0, t->t_nice); in execute()
H A Dcsh.h346 int t_nice; member
H A Dproc.c1316 (void)setpriority(PRIO_PROCESS, 0, t->t_nice); in pfork()