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) macro1017 if (ptrace_attach_or_seize(tid) < 0) { in startup_attach()1060 if (ptrace_attach_or_seize(tcp->pid) < 0) { in startup_attach()1282 if (ptrace_attach_or_seize(pid)) { in startup_child()