Searched refs:old_action (Results 1 – 2 of 2) sorted by relevance
205 struct sigaction new_action, old_action; in sendDataLockedv() local208 sigaction(SIGPIPE, &new_action, &old_action); in sendDataLockedv()239 sigaction(SIGPIPE, &old_action, &new_action); in sendDataLockedv()
193 struct sigaction old_action; in have_siginfo() local194 if (sigaction(signum, nullptr, &old_action) < 0) { in have_siginfo()199 return (old_action.sa_flags & SA_SIGINFO) != 0; in have_siginfo()