Home
last modified time | relevance | path

Searched refs:P2_WEXIT (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/kern/
H A Dkern_procctl.c306 if ((w->target->p_flag2 & P2_WEXIT) != 0) in reap_kill_proc()
345 if ((p2->p_flag2 & P2_WEXIT) != 0) { in reap_kill_sched()
372 if ((p2->p_flag2 & P2_WEXIT) == 0) { in reap_kill_children()
441 (P2_REAPKILLED | P2_WEXIT)) != 0) in reap_kill_subtree_once()
446 if ((p2->p_flag2 & P2_WEXIT) == 0) { in reap_kill_subtree_once()
485 if ((td->td_proc->p_flag2 & P2_WEXIT) != 0) { in reap_kill_subtree()
H A Dkern_kthread.c282 if (p->p_state == PRS_ZOMBIE || (p->p_flag2 & P2_WEXIT) != 0) { in kthread_add1()
H A Dkern_thread.c1250 if ((p->p_flag2 & P2_WEXIT) != 0) in thread_single()
1255 (p->p_flag2 & P2_WEXIT) != 0) in thread_single()
H A Dkern_exit.c216 p->p_flag2 |= P2_WEXIT; in proc_set_p2_wexit()
H A Dkern_sig.c3180 if ((p->p_flag2 & P2_WEXIT) != 0) in sigprocess()
H A Dkern_proc.c3521 if ((p->p_flag2 & P2_WEXIT) != 0) { in stop_all_proc()
/freebsd/sys/sys/
H A Dproc.h882 #define P2_WEXIT 0x00040000 /* exit just started, no macro