Searched refs:old_action (Results 1 – 2 of 2) sorted by relevance
208 struct sigaction new_action, old_action; in sendDataLockedv() local211 sigaction(SIGPIPE, &new_action, &old_action); in sendDataLockedv()242 sigaction(SIGPIPE, &old_action, &new_action); in sendDataLockedv()
210 struct sigaction old_action; in have_siginfo() local211 if (sigaction(signum, nullptr, &old_action) < 0) { in have_siginfo()216 return (old_action.sa_flags & SA_SIGINFO) != 0; in have_siginfo()