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

  man pages->IRIX man pages -> ualarm (3c)              
Title
Content
Arch
Section
 

Contents


ualarm(3C)							    ualarm(3C)


NAME    [Toc]    [Back]

     ualarm - generate a SIGALRM signal	in ``useconds''	microseconds

SYNOPSIS    [Toc]    [Back]

     #include <unistd.h>

     useconds_t	ualarm (useconds_t useconds, useconds_t	interval);

DESCRIPTION    [Toc]    [Back]

     The ualarm() function causes the SIGALRM signal to	be generated for the
     calling process after the number of real-time microseconds	specified by
     the useconds argument has elapsed.	 When the interval argument is
     nonzero, repeated timeout notification occurs with	a period in
     microseconds specified by the interval argument.  If the notification
     signal, SIGALRM, is not caught or ignored,	the calling process is
     terminated.

     The ualarm() function returns the number of microseconds remaining	from
     the previous ualarm() call.  If no	timeouts are pending or	if ualarm()
     has not previously	been called, ualarm() returns 0.

SEE ALSO    [Toc]    [Back]

      
      
     alarm(2), setitimer(2), sleep(3C).


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
abort IRIX generate an abnormal termination signal
usleep NetBSD suspend execution for interval of microseconds
usleep OpenBSD suspend execution for interval of microseconds
DELAY Tru64 General: Delays the calling routine a specified number of microseconds
usleep FreeBSD suspend process execution for an interval measured in microseconds
pxfsigismember IRIX Determines if the specified signal is a member of the specified signal set
pxfsigdelset IRIX Deletes an individual signal in the specified signal set
pxfsigaddset IRIX Adds an individual signal to the specified signal set
sigsetops IRIX signal set
sigreturn Tru64 Return from a signal
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service