Home
last modified time | relevance | path

Searched refs:pwait (Results 1 – 22 of 22) sorted by relevance

/freebsd/bin/pwait/tests/
H A Dpwait_test.sh23 timeout --preserve-status 15 pwait $p1 $p5 $p10
63 timeout --preserve-status 2 pwait -t 1d $$
69 timeout --preserve-status 2 pwait -t 1d $$
75 timeout --preserve-status 2 pwait -t -1 $$
81 timeout --preserve-status 2 pwait -t 100000001 $$
89 timeout --preserve-status 2 pwait -t 100000000 $$
95 timeout --preserve-status 2 pwait -t 1h $$
101 timeout --preserve-status 2 pwait -t 1.5h $$
107 timeout --preserve-status 2 pwait -t 1m $$
113 timeout --preserve-status 2 pwait -t 1.5m $$
[all …]
/freebsd/bin/pwait/
H A DMakefile4 PROG= pwait
/freebsd/bin/
H A DMakefile29 pwait \
/freebsd/libexec/rc/rc.d/
H A Dvirtual_oss86 pwait "${pid}"
H A Dnuageinit63 left=$(pwait -op $pids 2>/dev/null)
/freebsd/tools/test/stress2/misc/
H A Dpthread7.sh143 pwait(pthread_cond_t *c, pthread_mutex_t *l)
H A Dpthread2.sh158 pwait(pthread_cond_t *c, pthread_mutex_t *l)
H A Dpthread3.sh146 pwait(pthread_cond_t *c, pthread_mutex_t *l)
H A Dpthread4.sh153 pwait(pthread_cond_t *c, pthread_mutex_t *l)
H A Dpthread6.sh145 pwait(pthread_cond_t *c, pthread_mutex_t *l)
/freebsd/contrib/tcsh/
H A Dsh.decls.h365 extern void pwait (void);
H A Dsh.glob.c872 pwait(); in backeval()
H A Dsh.sem.c623 pwait(); in execute()
H A Dsh.exp.c580 pwait(); in exp6()
H A Dtc.os.c848 pwait(); in dobs2cmd()
H A Dsh.proc.c460 pwait(void) in pwait() function
/freebsd/etc/mtree/
H A DBSD.tests.dist52 pwait
/freebsd/targets/pseudo/tests/
H A DMakefile.depend20 bin/pwait/tests \
/freebsd/targets/pseudo/userland/
H A DMakefile.depend32 bin/pwait \
/freebsd/usr.bin/fortune/datfiles/
H A Dfreebsd-tips498 "pwait pid && new_program"
/freebsd/
H A DUPDATING48 use pwait(1)'s new -r option, which requires kernel support.
53 does not provide the support that the updated pwait(1) needs.
/freebsd/libexec/rc/
H A Drc.subr817 _list=$(pwait -opr $_list 2>/dev/null)