Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_kthread.c283 if (p->p_state == PRS_ZOMBIE || (p->p_flag2 & P2_WEXIT) != 0) { in kthread_add1()
H A Dkern_thread.c1241 if ((p->p_flag2 & P2_WEXIT) != 0) in thread_single()
1246 (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_proc.c3521 if ((p->p_flag2 & P2_WEXIT) != 0) { in stop_all_proc()
H A Dkern_sig.c3135 if ((p->p_flag2 & P2_WEXIT) != 0) in sigprocess()
/freebsd/sys/sys/
H A Dproc.h876 #define P2_WEXIT 0x00040000 /* exit just started, no macro