Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_proc.c674 (pp->p_treeflag & P_TREE_GRPEXITED) == 0) in jobc_reaper()
688 (pp->p_treeflag & P_TREE_GRPEXITED) == 0) in jobc_parent()
706 if ((q->p_treeflag & P_TREE_GRPEXITED) != 0 || in pgrp_calc_jobc()
826 MPASS((p->p_treeflag & P_TREE_GRPEXITED) == 0); in fixjobc_kill()
827 p->p_treeflag |= P_TREE_GRPEXITED; in fixjobc_kill()
992 p->p_pgrp, (p->p_treeflag & P_TREE_GRPEXITED) != 0, in db_print_pgrp_one()
/f-stack/freebsd/sys/
H A Dproc.h822 #define P_TREE_GRPEXITED 0x00000008 /* exit1() done with job ctl */ macro