Lines Matching defs:timeout
63 * send alarm signal to speed up timeout
85 * wait for signals to arrive - timeout if they don't
127 static void timeout(int sig);
420 * wait for parent to send signals. The timeout clock is set so
592 * timeout signal in case the pipe is blocked.
603 /* set timeout alarm in case the pipe is blocked */
651 * indicated by TIMEOUT. If the signal occurs, the routine timeout()
657 if (signal(SIGALRM, timeout) == SIG_ERR) {
679 * timeout() : this routine is executed when the SIGALRM signal is
683 static void timeout(int sig)
686 printf("timeout: pid=%d sigalrm caught.\n", getpid());