Searched refs:ptrace_attach_or_seize (Results 1 – 1 of 1) sorted by relevance
344 ptrace_attach_or_seize(int pid) in ptrace_attach_or_seize() function356 # define ptrace_attach_or_seize(pid) ptrace(PTRACE_ATTACH, (pid), 0, 0) macro1020 if (ptrace_attach_or_seize(tid) < 0) { in startup_attach()1063 if (ptrace_attach_or_seize(tcp->pid) < 0) { in startup_attach()1277 if (ptrace_attach_or_seize(pid)) { in startup_child()