Home
last modified time | relevance | path

Searched refs:P_SHOULDSTOP (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_thread.c898 if (P_SHOULDSTOP(p) == P_STOPPED_SINGLE) { in thread_exit()
1190 if (P_SHOULDSTOP(p) != P_STOPPED_SINGLE) in thread_single()
1283 return (P_SHOULDSTOP(p) || ((p->p_flag & P_TRACED) != 0 && in thread_suspend_check_needed()
1332 if (P_SHOULDSTOP(p) == P_STOPPED_SINGLE) { in thread_suspend_check()
1348 if (P_SHOULDSTOP(p) == P_STOPPED_SINGLE && in thread_suspend_check()
1385 if (P_SHOULDSTOP(p) == P_STOPPED_SINGLE) { in thread_suspend_check()
1448 else if (P_SHOULDSTOP(p) || in thread_check_susp()
1529 if (!P_SHOULDSTOP(p)) { in thread_unsuspend()
1538 } else if (P_SHOULDSTOP(p) == P_STOPPED_SINGLE && in thread_unsuspend()
1588 if (p->p_numthreads != remain_for_mode(mode) && !P_SHOULDSTOP(p)) { in thread_single_end()
H A Dkern_thr.c259 if (P_SHOULDSTOP(p)) in thread_create()
H A Dkern_proc.c948 if (P_SHOULDSTOP(p) == P_STOPPED_SIG) { in orphanpg()
1253 } else if (P_SHOULDSTOP(p)) { in fill_kinfo_thread()
3268 if (P_SHOULDSTOP(p) == P_STOPPED_SINGLE) { in stop_all_proc()
H A Dkern_exit.c288 KASSERT(!P_SHOULDSTOP(p), ("exiting process is stopped")); in exit1()
H A Dkern_sig.c2274 if (P_SHOULDSTOP(p)) { in tdsendsignal()
/f-stack/freebsd/ddb/
H A Ddb_ps.c161 if (P_SHOULDSTOP(p)) in db_ps_proc()
/f-stack/freebsd/i386/linux/
H A Dlinux_ptrace.c378 if (!P_SHOULDSTOP(p) || (p->p_flag & P_WAITED) == 0) { in linux_ptrace()
/f-stack/freebsd/sys/
H A Dproc.h789 #define P_SHOULDSTOP(p) ((p)->p_flag & P_STOPPED) macro
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c2248 P_SHOULDSTOP(td->td_proc), in fill_fpregs()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2861 P_SHOULDSTOP(td->td_proc), in fill_fpregs()