Home | History | Annotate | Download | only in coregrind

Lines Matching defs:oldaction

708    struct sigaction action, oldaction;
717 if (sigaction (SIGINT, &action, &oldaction) != 0)
726 if (sigaction (SIGUSR1, &action, &oldaction) != 0)
733 if (sigaction (SIGTERM, &action, &oldaction) != 0)
739 if (sigaction (SIGPIPE, &action, &oldaction) != 0)
744 if (sigaction (SIGALRM, &action, &oldaction) != 0)