Searched refs:p_xthread (Results 1 – 4 of 4) sorted by relevance
689 KASSERT(p->p_xthread != NULL, ("NULL p_xthread")); in kern_ptrace()690 td2 = p->p_xthread; in kern_ptrace()827 MPASS(p->p_xthread == NULL); in kern_ptrace()1072 MPASS(p->p_xthread != NULL); in kern_ptrace()1073 p->p_xthread->td_dbgflags &= ~TDB_XSIG; in kern_ptrace()1074 p->p_xthread->td_xsig = data; in kern_ptrace()1075 p->p_xthread = NULL; in kern_ptrace()
575 p->p_xthread = td; in exit1()1281 p->p_xthread != NULL ? in kern_wait6()1282 p->p_xthread->td_tid : -1); in kern_wait6()
2628 p->p_xthread == NULL)) { in ptracestop()2630 p->p_xthread = td; in ptracestop()2649 if (p->p_xthread == td) in ptracestop()2650 p->p_xthread = NULL; in ptracestop()
659 struct thread *p_xthread; /* (c) Trap thread */ member