Searched refs:t_dtrace_stop (Results 1 – 7 of 7) sorted by relevance
1115 if (curthread->t_dtrace_stop && !curthread->t_lwp->lwp_nostop) { in dtrace_systrace_syscall()1116 curthread->t_dtrace_stop = 0; in dtrace_systrace_syscall()1156 if (curthread->t_dtrace_stop && !curthread->t_lwp->lwp_nostop) { in dtrace_systrace_syscall32()1157 curthread->t_dtrace_stop = 0; in dtrace_systrace_syscall32()
194 t->t_dtrace_stop = 0; in eat_signal()442 if (t->t_dtrace_stop | t->t_dtrace_sig) in issig_justlooking()515 if (t->t_dtrace_stop | t->t_dtrace_sig) { in issig_forreal()516 if (t->t_dtrace_stop) { in issig_forreal()947 if ((why != PR_REQUESTED || t->t_dtrace_stop) && in stop()
1221 t->t_dtrace_stop = 0; in pr_setrun()1274 t->t_dtrace_stop = 0; in pr_setrun()1336 t->t_dtrace_stop = 0; in allsetrun()1481 t->t_dtrace_stop = 0; in pr_setsig()2413 t->t_dtrace_stop = 0; in unpauselwps()
194 if (t->t_dtrace_stop && t_dtrace == NULL) in prchoose()
312 uint8_t t_dtrace_stop; /* indicates a DTrace-desired stop */ member
537 (t)->t_dtrace_stop | \
5375 if (!curthread->t_dtrace_stop) { in dtrace_action_stop()5376 curthread->t_dtrace_stop = 1; in dtrace_action_stop()