Searched refs:p_xthread (Results 1 – 4 of 4) sorted by relevance
716 KASSERT(p->p_xthread != NULL, ("NULL p_xthread"));717 td2 = p->p_xthread;944 p->p_xthread = NULL;1232 p->p_xthread = NULL;
2505 p->p_xthread = td; in ptracestop()2514 if (p->p_xthread == td) in ptracestop()2515 p->p_xthread = NULL; in ptracestop()
540 p->p_xthread = td; in exit1()
546 struct thread *p_xthread; /* (c) Trap thread */ member