Home | History | Annotate | Download | only in coregrind

Lines Matching full:oldaction

1667    struct sigaction action, oldaction;
1676 if (sigaction (SIGINT, &action, &oldaction) != 0)
1685 if (sigaction (SIGUSR1, &action, &oldaction) != 0)
1692 if (sigaction (SIGTERM, &action, &oldaction) != 0)
1698 if (sigaction (SIGPIPE, &action, &oldaction) != 0)
1703 if (sigaction (SIGALRM, &action, &oldaction) != 0)