Lines Matching refs:P_TRACED
2133 if ((p->p_flag & P_TRACED) == 0 && SIGISMEMBER(ps->ps_sigcatch, sig) && in trapsignal()
2355 (p->p_flag & P_TRACED) != 0 && in tdsendsignal()
2413 if (p->p_flag & P_TRACED) in tdsendsignal()
2429 if (p->p_flag & P_TRACED) in tdsendsignal()
2477 if (p->p_flag & P_TRACED) in tdsendsignal()
2510 if (p->p_flag & P_TRACED || action == SIG_CATCH) { in tdsendsignal()
2889 while ((p->p_flag & P_TRACED) && (td->td_dbgflags & TDB_XSIG)) { in ptracestop()
2945 if (!(p->p_flag & P_TRACED)) in ptracestop()
3008 if (p->p_flag & P_TRACED || in reschedule_signals()
3165 (p->p_flag & P_TRACED) == 0 && in sigprocess()
3180 if ((p->p_flag & (P_TRACED | P_PPTRACE)) == P_TRACED) { in sigprocess()
3222 if ((p->p_flag & P_TRACED) == 0) { in sigprocess()
3263 if ((p->p_flag & (P_TRACED | P_WEXIT | in sigprocess()
3364 (p->p_flag & (P_TRACED | P_PPTRACE)) == P_TRACED && in issignal()
3410 childproc_stopped(p, (p->p_flag & P_TRACED) ? in thread_stopped()