Query: alarm
OS: minix
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ALARM(2) System Calls Manual ALARM(2)NAMEalarm - schedule signal after specified timeSYNOPSIS#include <unistd.h> unsigned int alarm(unsigned int seconds)DESCRIPTIONAlarm causes signal SIGALRM, see sigaction(2), to be sent to the invoking process in a number of seconds given by the argument. Unless caught or ignored, the signal terminates the process. Alarm requests are not stacked; successive calls reset the alarm clock. If the argument is 0, any alarm request is canceled. Because of scheduling delays, resumption of execution of when the signal is caught may be delayed an arbitrary amount. The return value is the amount of time previously remaining in the alarm clock.SEE ALSOpause(2), sigsuspend(2), sigaction(2), sleep(3). 4th Berkeley Distribution May 27, 1986 ALARM(2)
Related Man Pages |
---|
alarm(2) - opensolaris |
alarm(2) - linux |
alarm(2) - debian |
alarm(2) - hpux |
alarm(2) - sunos |
Similar Topics in the Unix Linux Community |
---|
Alarm signal |
Script to raise the alarm in the log File |
help with alarming script |
crontab+mplayer alarm clock |
Need help in restarting process |