Searched refs:p_xthread (Results 1 – 4 of 4) sorted by relevance
934 KASSERT(p->p_xthread != NULL, ("NULL p_xthread")); in kern_ptrace()935 td2 = p->p_xthread; in kern_ptrace()1081 MPASS(p->p_xthread == NULL); in kern_ptrace()1330 MPASS(p->p_xthread != NULL); in kern_ptrace()1331 p->p_xthread->td_dbgflags &= ~TDB_XSIG; in kern_ptrace()1332 p->p_xthread->td_xsig = data; in kern_ptrace()1333 p->p_xthread = NULL; in kern_ptrace()
557 p->p_xthread = NULL; in exit1()613 p->p_xthread = td; in exit1()1357 p->p_xthread != NULL ? in kern_wait6()1358 p->p_xthread->td_tid : -1); in kern_wait6()
2877 p->p_xthread == NULL)) { in ptracestop()2879 p->p_xthread = td; in ptracestop()2911 if (p->p_xthread == td) in ptracestop()2912 p->p_xthread = NULL; in ptracestop()
712 struct thread *p_xthread; /* (c) Trap thread */ member