Searched refs:PTRACE_KILL (Results 1 – 4 of 4) sorted by relevance
19 #define PTRACE_KILL 8 macro
62 ptrace(PTRACE_KILL, pid); in os_kill_ptraced_process()
213 if (sys_ptrace(PTRACE_KILL, child, NULL, NULL) == -1) in main()
287 case PTRACE_KILL: in compat_arch_ptrace()