Searched refs:ALARM (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/netbsd-tests/lib/libc/gen/
H A Dt_sleep.c49 #define ALARM 6 /* SIGALRM after this many seconds */ macro
66 * The ALARM is only set if the current pass's delay is longer, and
67 * only if the ALARM has not already been triggered.
69 * The 'kevent' test needs the ALARM to be set on a different pass
70 * from when the KEVNT_TIMEOUT fires. So set ALARM to fire on the
289 if (tslp.tv_sec > ALARM && sig == 0)
290 alarm(ALARM);
/freebsd-current/contrib/tcpdump/
H A Dprint-ntp.c119 #define ALARM 0xc0 /* alarm condition (clock unsynchronized) */ macro
175 { ALARM, "clock unsynchronized" },

Completed in 114 milliseconds