Searched refs:PTRACE_KILL (Results 1 – 10 of 10) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
D | ptrace01.c | 40 {0, PTRACE_KILL, 0, 9, "Testing PTRACE_KILL without child handler"}, 41 {1, PTRACE_KILL, 0, 9, "Testing PTRACE_KILL with child handler"}, 116 (tc->request == PTRACE_KILL && in run()
|
D | simple_tracer.c | 141 vptrace(PTRACE_KILL, pid, NULL, NULL); in main()
|
D | ptrace04.c | 125 ptrace(PTRACE_KILL, pid, NULL, NULL); in main()
|
D | ptrace06.c | 199 ptrace(PTRACE_KILL, pid, NULL, NULL); in main()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ptrace.h | 19 #define PTRACE_KILL 8 macro 53 #define PT_KILL PTRACE_KILL
|
/third_party/musl/ndk_musl_include/sys/ |
D | ptrace.h | 19 #define PTRACE_KILL 8 macro 53 #define PT_KILL PTRACE_KILL
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ptrace.h | 19 #define PTRACE_KILL 8 macro 53 #define PT_KILL PTRACE_KILL
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ptrace.h | 19 #define PTRACE_KILL 8 macro 53 #define PT_KILL PTRACE_KILL
|
/third_party/musl/include/sys/ |
D | ptrace.h | 19 #define PTRACE_KILL 8 macro 53 #define PT_KILL PTRACE_KILL
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
D | vfork.c | 82 if (ptrace(PTRACE_KILL, child, NULL, NULL) < 0) { in kill_child()
|