Home | History | Annotate | Download | only in coregrind

Lines Matching full:signum

666 void received_signal (int signum)
668 if (signum == SIGINT)
670 else if (signum == SIGUSR1) {
678 else if (signum == SIGTERM) {
681 } else if (signum == SIGHUP) {
684 } else if (signum == SIGPIPE) {
686 } else if (signum == SIGALRM) {
703 ERROR(0, "unexpected signal %d\n", signum);