Searched refs:p_xthread (Results 1 – 4 of 4) sorted by relevance
767 KASSERT(p->p_xthread != NULL, ("NULL p_xthread"));768 td2 = p->p_xthread;1061 p->p_xthread = NULL;1380 p->p_xthread = NULL;
558 p->p_xthread = td; in exit1()1257 p->p_xthread != NULL ? p->p_xthread->td_tid : -1); in kern_wait6()
2525 p->p_xthread = td; in ptracestop()2534 if (p->p_xthread == td) in ptracestop()2535 p->p_xthread = NULL; in ptracestop()
585 struct thread *p_xthread; /* (c) Trap thread */ member