Home | History | Annotate | Download | only in netperf

Lines Matching full:catcher

748 /*      signal catcher                                                  */
754 catcher(sig, code, scp)
759 catcher(int sig)
788 fprintf(where,"catcher: timer popped with times_up != 0\n");
809 "catcher: Time to send burst > interval!\n");
817 "catcher: interval timer running unexpectedly!\n");
838 fprintf(where,"installing catcher for all signals\n");
842 action.sa_handler = catcher;
855 "Could not install signal catcher for sig %d, errno %d\n",
959 action.sa_handler = catcher;
1060 /* signal catcher raj 2/95 */