Searched refs:P2_WEXIT (Results 1 – 6 of 6) sorted by relevance
283 if (p->p_state == PRS_ZOMBIE || (p->p_flag2 & P2_WEXIT) != 0) { in kthread_add1()
1241 if ((p->p_flag2 & P2_WEXIT) != 0) in thread_single()1246 (p->p_flag2 & P2_WEXIT) != 0) in thread_single()
216 p->p_flag2 |= P2_WEXIT; in proc_set_p2_wexit()
3521 if ((p->p_flag2 & P2_WEXIT) != 0) { in stop_all_proc()
3135 if ((p->p_flag2 & P2_WEXIT) != 0) in sigprocess()
876 #define P2_WEXIT 0x00040000 /* exit just started, no macro