Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dcrash_dump.cpp89 static bool ptrace_seize_thread(int pid_proc_fd, pid_t tid, std::string* error, int flags = 0) { in ptrace_seize_thread() function
480 if (!ptrace_seize_thread(target_proc_fd, thread, &error)) { in main()
532 if (!ptrace_seize_thread(target_proc_fd, pseudothread_tid, &error, PTRACE_O_TRACECLONE)) { in main()