Searched refs:PTRACE_LWP (Results 1 – 3 of 3) sorted by relevance
96 #define PTRACE_LWP 0x0010 macro
261 if (p->p_ptevents & PTRACE_LWP) in thread_create()360 if (p->p_ptevents & PTRACE_LWP) { in kern_thr_exit()
883 p->p_ptevents & PTRACE_LWP ? "enabled" : "disabled", in kern_ptrace()886 p->p_ptevents |= PTRACE_LWP; in kern_ptrace()888 p->p_ptevents &= ~PTRACE_LWP; in kern_ptrace()908 PTRACE_FORK | PTRACE_LWP | PTRACE_VFORK)) != 0) { in kern_ptrace()