Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_process.c934 KASSERT(p->p_xthread != NULL, ("NULL p_xthread")); in kern_ptrace()
935 td2 = p->p_xthread; in kern_ptrace()
1081 MPASS(p->p_xthread == NULL); in kern_ptrace()
1330 MPASS(p->p_xthread != NULL); in kern_ptrace()
1331 p->p_xthread->td_dbgflags &= ~TDB_XSIG; in kern_ptrace()
1332 p->p_xthread->td_xsig = data; in kern_ptrace()
1333 p->p_xthread = NULL; in kern_ptrace()
H A Dkern_exit.c557 p->p_xthread = NULL; in exit1()
613 p->p_xthread = td; in exit1()
1357 p->p_xthread != NULL ? in kern_wait6()
1358 p->p_xthread->td_tid : -1); in kern_wait6()
H A Dkern_sig.c2877 p->p_xthread == NULL)) { in ptracestop()
2879 p->p_xthread = td; in ptracestop()
2911 if (p->p_xthread == td) in ptracestop()
2912 p->p_xthread = NULL; in ptracestop()
/freebsd/sys/sys/
H A Dproc.h712 struct thread *p_xthread; /* (c) Trap thread */ member