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.c1194 td2 = p->p_xthread; in ptrace_action()
1344 MPASS(p->p_xthread == NULL); in ptrace_action()
1634 if (p->p_xthread != NULL) { in ptrace_action()
1635 p->p_xthread->td_dbgflags &= ~TDB_XSIG; in ptrace_action()
1636 p->p_xthread->td_xsig = data; in ptrace_action()
1637 p->p_xthread = NULL; in ptrace_action()
H A Dkern_exit.c604 p->p_xthread = NULL; in exit1()
660 p->p_xthread = td; in exit1()
1420 p->p_xthread != NULL ? in wait6_check_alive()
1421 p->p_xthread->td_tid : -1); in wait6_check_alive()
H A Dkern_sig.c2864 ((p->p_flag2 & P2_PTRACE_FSTP) != 0 || p->p_xthread != NULL)) in sig_handle_first_stop()
2868 p->p_xthread = td; in sig_handle_first_stop()
2963 if (p->p_xthread == td) in ptracestop()
2964 p->p_xthread = NULL; in ptracestop()
/freebsd/sys/sys/
H A Dproc.h719 struct thread *p_xthread; /* (c) Trap thread */ member