Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dcrash_dump.cpp116 static bool wait_for_stop(pid_t tid, int* received_signal) { in wait_for_stop() argument
127 *received_signal = 0; in wait_for_stop()
129 *received_signal = WSTOPSIG(status); in wait_for_stop()
137 static bool ptrace_interrupt(pid_t tid, int* received_signal) { in ptrace_interrupt() argument
139 return wait_for_stop(tid, received_signal); in ptrace_interrupt()