Searched refs:old_action (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Ddebugger.cpp187 struct sigaction old_action, new_action; local
194 if (sigaction(signum, &new_action, &old_action) < 0) {
199 bool result = (old_action.sa_flags & SA_SIGINFO) != 0;
201 if (sigaction(signum, &old_action, NULL) == -1) {

Completed in 1326 milliseconds