Searched refs:P_TOTAL_STOP (Results 1 – 3 of 3) sorted by relevance
1184 p->p_flag |= P_TOTAL_STOP; in thread_single()1568 KASSERT((mode == SINGLE_ALLPROC && (p->p_flag & P_TOTAL_STOP) != 0) || in thread_single_end()1569 (mode != SINGLE_ALLPROC && (p->p_flag & P_TOTAL_STOP) == 0), in thread_single_end()1578 P_TOTAL_STOP); in thread_single_end()
3259 if ((p->p_flag & (P_KPROC | P_SYSTEM | P_TOTAL_STOP)) != 0) { in stop_all_proc()3318 if ((p->p_flag & P_TOTAL_STOP) != 0) { in resume_all_proc()3332 if ((p->p_flag & P_TOTAL_STOP) != 0) in resume_all_proc()
780 #define P_TOTAL_STOP 0x02000000 /* Stopped in stop_all_proc. */ macro