Searched refs:p_xthread (Results 1 – 4 of 4) sorted by relevance
938 td2 = p->p_xthread; in kern_ptrace()1083 MPASS(p->p_xthread == NULL); in kern_ptrace()1355 if (p->p_xthread != NULL) { in kern_ptrace()1356 p->p_xthread->td_dbgflags &= ~TDB_XSIG; in kern_ptrace()1357 p->p_xthread->td_xsig = data; in kern_ptrace()1358 p->p_xthread = NULL; in kern_ptrace()
558 p->p_xthread = NULL; in exit1()614 p->p_xthread = td; in exit1()1363 p->p_xthread != NULL ? in wait6_check_alive()1364 p->p_xthread->td_tid : -1); in wait6_check_alive()
2847 ((p->p_flag2 & P2_PTRACE_FSTP) != 0 || p->p_xthread != NULL)) in sig_handle_first_stop()2851 p->p_xthread = td; in sig_handle_first_stop()2946 if (p->p_xthread == td) in ptracestop()2947 p->p_xthread = NULL; in ptracestop()
717 struct thread *p_xthread; /* (c) Trap thread */ member