Searched refs:PT_EXITKILL (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/linux/ | ||
D | ptrace.h | 36 #define PT_EXITKILL (PTRACE_O_EXITKILL << PT_OPT_FLAG_SHIFT) macro |
/linux-4.1.27/kernel/ | ||
D | ptrace.c | 517 if (unlikely(p->ptrace & PT_EXITKILL)) in exit_ptrace() |