*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> ftn/alarm (3)              
Title
Content
Arch
Section
 

Contents


ALARM(3F)							     ALARM(3F)


NAME    [Toc]    [Back]

     alarm - execute a subroutine after	a specified time

SYNOPSIS    [Toc]    [Back]

     integer function alarm (time, proc)
     integer time
     external proc

DESCRIPTION    [Toc]    [Back]

     This 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    [Toc]    [Back]

     /usr/lib/libU77.a

SEE ALSO    [Toc]    [Back]

      
      
     sleep(3F),	signal(3F)

BUGS    [Toc]    [Back]

     Alarm 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.

ORIGIN    [Toc]    [Back]

     MIPS Computer Systems


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
at IRIX execute commands at a later time
callout_pending NetBSD execute a function after a specified length of time
callout_init FreeBSD execute a function after a specified length of time
callout_stop FreeBSD execute a function after a specified length of time
callout_reset FreeBSD execute a function after a specified length of time
untimeout OpenBSD execute a function after a specified period of time
timeout_triggered OpenBSD execute a function after a specified period of time
timeout_pending OpenBSD execute a function after a specified period of time
timeout_set OpenBSD execute a function after a specified period of time
timeout_del OpenBSD execute a function after a specified period of time
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service