Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dwait.h111 P_PGID, /* A process group identifier. */ enumerator
/f-stack/freebsd/kern/
H A Dkern_exit.c1010 case P_PGID: in proc_to_reap()
1154 idtype = P_PGID; in kern_wait()
1224 if ((pid_t)id == WAIT_MYPGRP && (idtype == P_PID || idtype == P_PGID)) { in kern_wait6()
1228 idtype = P_PGID; in kern_wait6()
H A Dkern_procctl.c809 case P_PGID: in kern_procctl()