Searched refs:WAIT_MYPGRP (Results 1 – 3 of 3) sorted by relevance
137 #define WAIT_MYPGRP 0 /* any process in my process group */ macro
498 while (waitpid(WAIT_MYPGRP, &status, 0) != -1) in runtests()
1288 if ((pid_t)id == WAIT_MYPGRP && (idtype == P_PID || idtype == P_PGID)) { in kern_wait6()