Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dutility.h78 int wait_for_sigstop(pid_t, int*, bool*);
Dbacktrace.cpp96 if (!attached && wait_for_sigstop(tid, total_sleep_time_usec, detach_failed) == -1) { in dump_thread()
Dutility.cpp83 int wait_for_sigstop(pid_t tid, int* total_sleep_time_usec, bool* detach_failed) { in wait_for_sigstop() function
Ddebuggerd.cpp422 int signal = wait_for_sigstop(request.tid, &total_sleep_time_usec, &detach_failed); in handle_request()
Dtombstone.cpp455 if (wait_for_sigstop(new_tid, total_sleep_time_usec, &detach_failed) == -1) { in dump_sibling_thread_report()