Searched refs:p_xthread (Results 1 – 4 of 4) sorted by relevance
940 KASSERT(p->p_xthread != NULL, ("NULL p_xthread")); in kern_ptrace()941 td2 = p->p_xthread; in kern_ptrace()1087 MPASS(p->p_xthread == NULL); in kern_ptrace()1336 MPASS(p->p_xthread != NULL); in kern_ptrace()1337 p->p_xthread->td_dbgflags &= ~TDB_XSIG; in kern_ptrace()1338 p->p_xthread->td_xsig = data; in kern_ptrace()1339 p->p_xthread = NULL; in kern_ptrace()
559 p->p_xthread = NULL; in exit1()615 p->p_xthread = td; in exit1()1351 p->p_xthread != NULL ? in kern_wait6()1352 p->p_xthread->td_tid : -1); in kern_wait6()
2887 p->p_xthread == NULL)) { in ptracestop()2889 p->p_xthread = td; in ptracestop()2921 if (p->p_xthread == td) in ptracestop()2922 p->p_xthread = NULL; in ptracestop()
715 struct thread *p_xthread; /* (c) Trap thread */ member