Searched refs:wait_for_sigstop (Results 1 – 5 of 5) sorted by relevance
/system/core/debuggerd/ |
D | utility.h | 78 int wait_for_sigstop(pid_t, int*, bool*);
|
D | backtrace.cpp | 96 if (!attached && wait_for_sigstop(tid, total_sleep_time_usec, detach_failed) == -1) { in dump_thread()
|
D | utility.cpp | 83 int wait_for_sigstop(pid_t tid, int* total_sleep_time_usec, bool* detach_failed) { in wait_for_sigstop() function
|
D | debuggerd.cpp | 422 int signal = wait_for_sigstop(request.tid, &total_sleep_time_usec, &detach_failed); in handle_request()
|
D | tombstone.cpp | 455 if (wait_for_sigstop(new_tid, total_sleep_time_usec, &detach_failed) == -1) { in dump_sibling_thread_report()
|