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.c938 td2 = p->p_xthread; in kern_ptrace()
1083 MPASS(p->p_xthread == NULL); in kern_ptrace()
1355 if (p->p_xthread != NULL) { in kern_ptrace()
1356 p->p_xthread->td_dbgflags &= ~TDB_XSIG; in kern_ptrace()
1357 p->p_xthread->td_xsig = data; in kern_ptrace()
1358 p->p_xthread = NULL; in kern_ptrace()
H A Dkern_exit.c558 p->p_xthread = NULL; in exit1()
614 p->p_xthread = td; in exit1()
1363 p->p_xthread != NULL ? in wait6_check_alive()
1364 p->p_xthread->td_tid : -1); in wait6_check_alive()
H A Dkern_sig.c2847 ((p->p_flag2 & P2_PTRACE_FSTP) != 0 || p->p_xthread != NULL)) in sig_handle_first_stop()
2851 p->p_xthread = td; in sig_handle_first_stop()
2946 if (p->p_xthread == td) in ptracestop()
2947 p->p_xthread = NULL; in ptracestop()
/freebsd/sys/sys/
H A Dproc.h717 struct thread *p_xthread; /* (c) Trap thread */ member