Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsys_process.c689 KASSERT(p->p_xthread != NULL, ("NULL p_xthread")); in kern_ptrace()
690 td2 = p->p_xthread; in kern_ptrace()
827 MPASS(p->p_xthread == NULL); in kern_ptrace()
1072 MPASS(p->p_xthread != NULL); in kern_ptrace()
1073 p->p_xthread->td_dbgflags &= ~TDB_XSIG; in kern_ptrace()
1074 p->p_xthread->td_xsig = data; in kern_ptrace()
1075 p->p_xthread = NULL; in kern_ptrace()
H A Dkern_exit.c575 p->p_xthread = td; in exit1()
1281 p->p_xthread != NULL ? in kern_wait6()
1282 p->p_xthread->td_tid : -1); in kern_wait6()
H A Dkern_sig.c2628 p->p_xthread == NULL)) { in ptracestop()
2630 p->p_xthread = td; in ptracestop()
2649 if (p->p_xthread == td) in ptracestop()
2650 p->p_xthread = NULL; in ptracestop()
/f-stack/freebsd/sys/
H A Dproc.h659 struct thread *p_xthread; /* (c) Trap thread */ member