Query: alarm
OS: redhat
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ALARM(2) Linux Programmer's Manual ALARM(2)NAMEalarm - set an alarm clock for delivery of a signalSYNOPSIS#include <unistd.h> unsigned int alarm(unsigned int seconds);DESCRIPTIONalarm arranges for a SIGALRM signal to be delivered to the process in seconds seconds. If seconds is zero, no new alarm is scheduled. In any event any previously set alarm is cancelled.RETURN VALUEalarm returns the number of seconds remaining until any previously scheduled alarm was due to be delivered, or zero if there was no previ- ously scheduled alarm.NOTESalarm and setitimer share the same timer; calls to one will interfere with use of the other. sleep() may be implemented using SIGALRM; mixing calls to alarm() and sleep() is a bad idea. Scheduling delays can, as ever, cause the execution of the process to be delayed by an arbitrary amount of time.CONFORMING TOSVr4, SVID, POSIX, X/OPEN, BSD 4.3SEE ALSOsetitimer(2), signal(2), sigaction(2), gettimeofday(2), select(2), pause(2), sleep(3) Linux 1993-07-21 ALARM(2)
Related Man Pages |
---|
alarm(2) - opensolaris |
alarm(3) - mojave |
alarm(2) - suse |
alarm(3) - osx |
alarm(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
help me |
I need a free firewall besides zone alarm for XP PRO |
awk help |
Delete 2 months before old files when we get alarm directory size > 90% |
crontab+mplayer alarm clock |