Searched refs:t_dtrace_stop (Results 1 – 9 of 9) sorted by relevance
76 uint8_t t_dtrace_stop; member
1123 if (curthread->t_dtrace_stop && !curthread->t_lwp->lwp_nostop) { in dtrace_systrace_syscall()1124 curthread->t_dtrace_stop = 0; in dtrace_systrace_syscall()1164 if (curthread->t_dtrace_stop && !curthread->t_lwp->lwp_nostop) { in dtrace_systrace_syscall32()1165 curthread->t_dtrace_stop = 0; in dtrace_systrace_syscall32()
202 t->t_dtrace_stop = 0; in eat_signal()459 if (t->t_dtrace_stop | t->t_dtrace_sig) in issig_justlooking()532 if (t->t_dtrace_stop | t->t_dtrace_sig) { in issig_forreal()533 if (t->t_dtrace_stop) { in issig_forreal()964 if ((why != PR_REQUESTED || t->t_dtrace_stop) && in stop()
1225 t->t_dtrace_stop = 0; in pr_setrun()1278 t->t_dtrace_stop = 0; in pr_setrun()1340 t->t_dtrace_stop = 0; in allsetrun()1485 t->t_dtrace_stop = 0; in pr_setsig()2434 t->t_dtrace_stop = 0; in unpauselwps()
195 if (t->t_dtrace_stop && t_dtrace == NULL) in prchoose()
311 uint8_t t_dtrace_stop; /* indicates a DTrace-desired stop */ member
539 (t)->t_dtrace_stop | \
948 if (t->t_dtrace_stop && t_dtrace == NULL) in gcore_prchoose()
6468 if (!curthread->t_dtrace_stop) { in dtrace_action_stop()6469 curthread->t_dtrace_stop = 1; in dtrace_action_stop()