Searched refs:p_xthread (Results 1 – 4 of 4) sorted by relevance
1194 td2 = p->p_xthread; in ptrace_action()1344 MPASS(p->p_xthread == NULL); in ptrace_action()1634 if (p->p_xthread != NULL) { in ptrace_action()1635 p->p_xthread->td_dbgflags &= ~TDB_XSIG; in ptrace_action()1636 p->p_xthread->td_xsig = data; in ptrace_action()1637 p->p_xthread = NULL; in ptrace_action()
604 p->p_xthread = NULL; in exit1()660 p->p_xthread = td; in exit1()1420 p->p_xthread != NULL ? in wait6_check_alive()1421 p->p_xthread->td_tid : -1); in wait6_check_alive()
2864 ((p->p_flag2 & P2_PTRACE_FSTP) != 0 || p->p_xthread != NULL)) in sig_handle_first_stop()2868 p->p_xthread = td; in sig_handle_first_stop()2963 if (p->p_xthread == td) in ptracestop()2964 p->p_xthread = NULL; in ptracestop()
719 struct thread *p_xthread; /* (c) Trap thread */ member