Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dsys_process.c940 KASSERT(p->p_xthread != NULL, ("NULL p_xthread")); in kern_ptrace()
941 td2 = p->p_xthread; in kern_ptrace()
1087 MPASS(p->p_xthread == NULL); in kern_ptrace()
1336 MPASS(p->p_xthread != NULL); in kern_ptrace()
1337 p->p_xthread->td_dbgflags &= ~TDB_XSIG; in kern_ptrace()
1338 p->p_xthread->td_xsig = data; in kern_ptrace()
1339 p->p_xthread = NULL; in kern_ptrace()
H A Dkern_exit.c559 p->p_xthread = NULL; in exit1()
615 p->p_xthread = td; in exit1()
1351 p->p_xthread != NULL ? in kern_wait6()
1352 p->p_xthread->td_tid : -1); in kern_wait6()
H A Dkern_sig.c2887 p->p_xthread == NULL)) { in ptracestop()
2889 p->p_xthread = td; in ptracestop()
2921 if (p->p_xthread == td) in ptracestop()
2922 p->p_xthread = NULL; in ptracestop()
/freebsd-14.2/sys/sys/
H A Dproc.h715 struct thread *p_xthread; /* (c) Trap thread */ member