Home
last modified time | relevance | path

Searched refs:P_TOTAL_STOP (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dkern_thread.c1264 p->p_flag |= P_TOTAL_STOP; in thread_single()
1659 KASSERT((mode == SINGLE_ALLPROC && (p->p_flag & P_TOTAL_STOP) != 0) || in thread_single_end()
1660 (mode != SINGLE_ALLPROC && (p->p_flag & P_TOTAL_STOP) == 0), in thread_single_end()
1669 P_TOTAL_STOP); in thread_single_end()
H A Dkern_proc.c3514 if ((p->p_flag & (P_KPROC | P_SYSTEM | P_TOTAL_STOP | in stop_all_proc()
3584 if ((p->p_flag & P_TOTAL_STOP) != 0) { in resume_all_proc()
3598 if ((p->p_flag & P_TOTAL_STOP) != 0) in resume_all_proc()
/freebsd/sys/sys/
H A Dproc.h837 #define P_TOTAL_STOP 0x02000000 /* Stopped in stop_all_proc. */ macro
/freebsd/sys/rpc/
H A Dsvc.c1256 (p->p_flag & P_TOTAL_STOP) != 0) { in svc_run_internal()