Lines Matching refs:usr1_rout
124 **usr1_rout-Used by all children**
183 /*interrupt routine usr1_rout. */
192 void usr1_rout(); /*This routine is used by all children to indicate that */
446 if (signal(SIGUSR1, usr1_rout) == SIG_ERR) {
592 * Set to catch the SIGUSR1 with usr1_rout.
594 if (signal(SIGUSR1, usr1_rout) == SIG_ERR) {
635 if (signal(SIGUSR1, usr1_rout) == SIG_ERR) {
677 if (signal(SIGUSR1, usr1_rout) == SIG_ERR) {
763 void usr1_rout(void)
788 "Unexpected value %d for who_am_i in usr1_rout()",
793 } /*End of usr1_rout */