Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dwait.h137 #define WAIT_MYPGRP 0 /* any process in my process group */ macro
/freebsd/tools/tools/crypto/
H A Dcryptotest.c498 while (waitpid(WAIT_MYPGRP, &status, 0) != -1) in runtests()
/freebsd/sys/kern/
H A Dkern_exit.c1288 if ((pid_t)id == WAIT_MYPGRP && (idtype == P_PID || idtype == P_PGID)) { in kern_wait6()