Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dwait.h140 #define WAIT_MYPGRP 0 /* any process in my process group */ macro
/f-stack/freebsd/kern/
H A Dkern_exit.c1224 if ((pid_t)id == WAIT_MYPGRP && (idtype == P_PID || idtype == P_PGID)) { in kern_wait6()