Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDsys_process.c716 KASSERT(p->p_xthread != NULL, ("NULL p_xthread"));
717 td2 = p->p_xthread;
944 p->p_xthread = NULL;
1232 p->p_xthread = NULL;
HDkern_sig.c2505 p->p_xthread = td; in ptracestop()
2514 if (p->p_xthread == td) in ptracestop()
2515 p->p_xthread = NULL; in ptracestop()
HDkern_exit.c540 p->p_xthread = td; in exit1()
/trueos/sys/sys/
HDproc.h546 struct thread *p_xthread; /* (c) Trap thread */ member