Searched defs:detach_status (Results 1 - 1 of 1) sorted by relevance

/system/core/debuggerd/
H A Ddebuggerd.c866 int detach_status; local
868 detach_status = ptrace(PTRACE_DETACH, tid, 0, 0);
869 need_cleanup |= (detach_status != 0);

Completed in 954 milliseconds