HomeSort by relevance Sort by last modified time
    Searched defs:detach_failed (Results 1 - 2 of 2) sorted by null

  /system/core/debuggerd/
debuggerd.cpp 229 bool detach_failed = false; local
244 int signal = wait_for_sigstop(request.tid, &total_sleep_time_usec, &detach_failed);
257 &detach_failed, &total_sleep_time_usec);
260 dump_backtrace(fd, -1, request.pid, request.tid, &detach_failed,
293 &detach_failed, &total_sleep_time_usec);
321 detach_failed = true;
337 if (detach_failed) {
tombstone.cpp 399 bool detach_failed = false; local
420 if (wait_for_sigstop(new_tid, total_sleep_time_usec, &detach_failed) == -1) {
437 detach_failed = true;
442 return detach_failed;
638 bool detach_failed = false; local
640 detach_failed = dump_sibling_thread_report(log, pid, tid, total_sleep_time_usec, map.get());
656 return detach_failed;
740 bool* detach_failed, int* total_sleep_time_usec) {
764 *detach_failed = false;
773 *detach_failed = dump_crash(&log, pid, tid, signal, original_si_code, abort_msg_address
    [all...]

Completed in 214 milliseconds