Query: alarm
OS: bsd
Section: 3f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ALARM(3F) ALARM(3F)NAMEalarm - execute a subroutine after a specified timeSYNOPSISinteger function alarm (time, proc) integer time external procDESCRIPTIONThis routine arranges for subroutine proc to be called after time seconds. If time is ``0'', the alarm is turned off and no routine will be called. The returned value will be the time remaining on the last alarm.FILES/usr/lib/libU77.aSEE ALSOalarm(3C), sleep(3F), signal(3F)BUGSAlarm and sleep interact. If sleep is called after alarm, the alarm process will never be called. SIGALRM will occur at the lesser of the remaining alarm time or the sleep time. 4.2 Berkeley Distribution May 15, 1985 ALARM(3F)
Related Man Pages |
---|
alarm(2) - suse |
alarm(3) - ultrix |
alarm(3) - netbsd |
alarm(2) - sunos |
alarm(3) - osx |
Similar Topics in the Unix Linux Community |
---|
I need a free firewall besides zone alarm for XP PRO |
Basic signal and alarm usage |
Script to raise the alarm in the log File |
crontab+mplayer alarm clock |
Ftpd alarms |