HomeSort by relevance Sort by last modified time
    Searched refs:wait_for_sigstop (Results 1 - 5 of 5) sorted by null

  /system/core/debuggerd/
utility.h 74 int wait_for_sigstop(pid_t, int*, bool*);
backtrace.cpp 91 if (!attached && wait_for_sigstop(tid, total_sleep_time_usec, detach_failed) == -1) {
utility.cpp 94 int wait_for_sigstop(pid_t tid, int* total_sleep_time_usec, bool* detach_failed) { function
debuggerd.cpp 244 int signal = wait_for_sigstop(request.tid, &total_sleep_time_usec, &detach_failed);
tombstone.cpp 420 if (wait_for_sigstop(new_tid, total_sleep_time_usec, &detach_failed) == -1) {

Completed in 123 milliseconds