HomeSort by: relevance | last modified time | path
    Searched defs:ptrace_kill (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/sys/
t_ptrace_kill_wait.h 30 ptrace_kill(const char *type) function in typeref:typename:void
77 #define PTRACE_KILL(test, type) \
88 ptrace_kill(type); \
92 PTRACE_KILL(kill1, "ptrace(PT_KILL)")
93 PTRACE_KILL(kill2, "kill(SIGKILL)")
94 PTRACE_KILL(kill3, "killpg(SIGKILL)")
t_ptrace_kill_wait.h 30 ptrace_kill(const char *type) function in typeref:typename:void
77 #define PTRACE_KILL(test, type) \
88 ptrace_kill(type); \
92 PTRACE_KILL(kill1, "ptrace(PT_KILL)")
93 PTRACE_KILL(kill2, "kill(SIGKILL)")
94 PTRACE_KILL(kill3, "killpg(SIGKILL)")

Completed in 22 milliseconds