Searched refs:ptrace_attach_thread (Results 1 – 5 of 5) sorted by relevance
85 bool ptrace_attach_thread(pid_t pid, pid_t tid);
91 if (!attached && !ptrace_attach_thread(pid, tid)) { in dump_thread()
223 bool ptrace_attach_thread(pid_t pid, pid_t tid) { function
381 if (!ptrace_attach_thread(request.pid, request.tid)) { in handle_request()
450 if (!ptrace_attach_thread(pid, new_tid)) { in dump_sibling_thread_report()