Searched refs:alarm (Results 1 - 25 of 151) sorted by relevance

1234567

/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dkillme_after.c50 alarm(0);
55 alarm(seconds);
H A Dtimed_wait.c33 /* alarm() timer and signal() handler.
104 time_left = alarm(time_limit);
115 alarm(0);
119 alarm(time_left);
H A Dwatchdog.c26 /* UNIX alarm timers. The module is designed to survive systems
53 /* watchdog alarm goes off. The default action is to terminate
61 /* UNIX alarm timers are not stackable, so there can be at most one
123 * Workaround for systems where the alarm signal does not wakeup the event
173 alarm(wp->timeout);
201 wp->saved_time = alarm(0);
236 alarm(wp->saved_time);
258 alarm(wp->timeout);
271 alarm(0);
H A Dfifo_open.c57 alarm(5);
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dclock_oldops.c35 * alarm clock services. This file and the ipc
64 * Actual clock alarm structure. Used for user clock_sleep() and
65 * clock_alarm() calls. Alarms are allocated from the alarm free
66 * list and entered in time priority order into the active alarm
69 struct alarm { struct
70 struct alarm *al_next; /* next alarm in chain */
71 struct alarm *al_prev; /* previous alarm in chain */
72 int al_status; /* alarm statu
431 alarm_t alarm; local
535 alarm_t alarm; local
726 post_alarm( alarm_t alarm) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/mac/inc/sys/
H A Dfile.h56 int alarm(int);
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Drkpty.c218 alarm(timeout);
220 alarm(timeout);
230 alarm(0);
252 alarm(timeout);
272 alarm(0);
278 alarm(timeout);
280 alarm(timeout);
283 alarm(0);
296 alarm(timeout);
298 alarm(
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/popper/
H A Dpopper.c42 alarm(timeout);
44 alarm(0);
49 alarm(0);
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dalarm.c31 static char sccsid[] = "@(#)alarm.c 8.1 (Berkeley) 6/4/93";
34 __FBSDID("$FreeBSD: src/lib/libc/gen/alarm.c,v 1.3 2007/01/09 00:27:53 imp Exp $");
37 * Backwards compatible alarm.
43 alarm(secs) function
/macosx-10.10.1/xnu-2782.1.97/iokit/Tests/
H A DTestDevice.cpp113 TestDevice::alarm() function in class:TestDevice
116 IOScheduleFunc((IOThreadFunc) alarm, (void *) this, hundredMill, 1);
159 IOScheduleFunc((IOThreadFunc) sDevice->alarm, sDevice, hundredMill, 1);
177 IOUnscheduleFunc((IOThreadFunc) sDevice->alarm, sDevice);
/macosx-10.10.1/lsof-53/lsof/scripts/
H A Didentd.perl550 local $SIG{ALRM} = sub { die "alarm\n" };
51 alarm $timeout;
53 alarm 0;
55 die if $@ && $@ ne "alarm\n";
/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/t/
H A Dsysread_write.t72 alarm(10);
87 alarm(0);
/macosx-10.10.1/ksh-23/ksh/src/lib/libcoshell/
H A Dcoclose.c63 n = alarm(3);
66 alarm(n);
/macosx-10.10.1/remote_cmds-47/talkd.tproj/
H A Dtalkd.c113 alarm(TIMEOUT);
143 alarm(TIMEOUT);
/macosx-10.10.1/apache-793/httpd/support/
H A Dlogresolve.pl.in173 # add trap for alarm signals.
210 # regardless of whether the alarm occured or not.
212 alarm($TIMEOUT);
214 alarm(0);
216 if ($@ =~ /alarm/) {
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dwaitpid.c147 n = alarm(1);
161 if (n == 0 && !caught || n == 1) alarm(n);
162 else if (n > 1) alarm(n - caught);
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dhelp.test50 # Read a line from the server, set an alarm to make sure it doesn't hang.
55 alarm 45
57 alarm 0
60 alarm 0
132 # An alarm will be set when talking to the server uncase it doesn't talk back
223 tcl/time/alarm - Set a process alarm clock.
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/
H A Dspeed.c227 alarm(10);
239 alarm(10);
257 alarm(10);
274 alarm(10);
294 alarm(10);
/macosx-10.10.1/OpenSSL098-52/src/crypto/bf/
H A Dbfspeed.c218 alarm(10);
235 alarm(10);
256 alarm(10);
/macosx-10.10.1/OpenSSL098-52/src/crypto/cast/
H A Dcast_spd.c218 alarm(10);
235 alarm(10);
256 alarm(10);
/macosx-10.10.1/OpenSSL098-52/src/crypto/rc2/
H A Drc2speed.c218 alarm(10);
235 alarm(10);
256 alarm(10);
/macosx-10.10.1/OpenSSL098-52/src/crypto/rc5/
H A Drc5speed.c218 alarm(10);
235 alarm(10);
256 alarm(10);
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dauth_rimap.c372 alarm(NETWORK_IO_TIMEOUT);
374 alarm(0);
464 alarm(NETWORK_IO_TIMEOUT);
466 alarm(0);
485 alarm(NETWORK_IO_TIMEOUT);
487 alarm(0);
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Deval.c258 alarm (tmout_len);
270 alarm(0);
/macosx-10.10.1/OpenSSL098-52/src/crypto/idea/
H A Didea_spd.c219 alarm(10);
236 alarm(10);
255 alarm(10);
276 alarm(10);

Completed in 371 milliseconds

1234567