Home
last modified time | relevance | path

Searched refs:p_xthread (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/kern/
HDsys_process.c767 KASSERT(p->p_xthread != NULL, ("NULL p_xthread"));
768 td2 = p->p_xthread;
1061 p->p_xthread = NULL;
1380 p->p_xthread = NULL;
HDkern_exit.c558 p->p_xthread = td; in exit1()
1257 p->p_xthread != NULL ? p->p_xthread->td_tid : -1); in kern_wait6()
HDkern_sig.c2525 p->p_xthread = td; in ptracestop()
2534 if (p->p_xthread == td) in ptracestop()
2535 p->p_xthread = NULL; in ptracestop()
/NextBSD/sys/sys/
HDproc.h585 struct thread *p_xthread; /* (c) Trap thread */ member