Searched defs:PTRACE_OFF (Results 1 – 2 of 2) sorted by relevance
134 #define PTRACE_OFF(t) ((t)->ptrace &= ~PT_DTRACE) macro136 #define PTRACE_OFF(t) ((t)->flags &= ~PF_DTRACE) macro
32 #define PTRACE_OFF(t) ((t)->ptrace &= ~PT_DTRACE) macro