Lines Matching refs:alarm
850 * blocking lock. Set a 60 second alarm to break the
853 alarm(TIME_OUT);
856 /* turn off the alarm timer */
857 alarm((unsigned)0);
880 * set a 60 second alarm to break the wait just in case the
883 alarm(TIME_OUT);
887 /* turn off the alarm clock */
888 alarm((unsigned)0);
1100 * Set a 60 sec alarm to break the pause just in case the
1103 (void)alarm(TIME_OUT);
1107 /* turn off the alarm timer */
1108 (void)alarm((unsigned)0);
1132 * set a 60 sec alarm to break the wait just in case the
1135 (void)alarm(TIME_OUT);
1143 /* turn off the alarm clock */
1144 (void)alarm((unsigned)0);