Searched refs:PTRACE_KILL (Results 1 – 6 of 6) sorted by relevance
18 #define PTRACE_KILL 8 macro
9 PTRACE_KILL
35 #if defined(PTRACE_KILL) || (defined(HAVE_DECL_PTRACE_KILL) && HAVE_DECL_PTRACE_KILL)36 XLAT(PTRACE_KILL),
182 internal_ptrace(PTRACE_KILL, suspended_threads_list_.GetThreadID(i), in KillAllThreads()
55 Tracer can kill a tracee with ptrace(PTRACE_KILL, pid, 0, 0). This59 support) PTRACE_KILL's quirks.
1199 Don't use PTRACE_KILL on LEADER.