Home
last modified time | relevance | path

Searched refs:PTRACE_KILL (Results 1 – 10 of 10) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ptrace/
Dptrace01.c40 {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()
Dsimple_tracer.c141 vptrace(PTRACE_KILL, pid, NULL, NULL); in main()
Dptrace04.c125 ptrace(PTRACE_KILL, pid, NULL, NULL); in main()
Dptrace06.c199 ptrace(PTRACE_KILL, pid, NULL, NULL); in main()
/third_party/musl/porting/uniproton/kernel/include/sys/
Dptrace.h19 #define PTRACE_KILL 8 macro
53 #define PT_KILL PTRACE_KILL
/third_party/musl/ndk_musl_include/sys/
Dptrace.h19 #define PTRACE_KILL 8 macro
53 #define PT_KILL PTRACE_KILL
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dptrace.h19 #define PTRACE_KILL 8 macro
53 #define PT_KILL PTRACE_KILL
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dptrace.h19 #define PTRACE_KILL 8 macro
53 #define PT_KILL PTRACE_KILL
/third_party/musl/include/sys/
Dptrace.h19 #define PTRACE_KILL 8 macro
53 #define PT_KILL PTRACE_KILL
/third_party/ltp/testcases/kernel/controllers/freezer/
Dvfork.c82 if (ptrace(PTRACE_KILL, child, NULL, NULL) < 0) { in kill_child()