Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ ualarm(3) — SunOS 4.0.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

getitimer(2)

sigpause(2)

sigvec(2)

alarm(3C)

signal(3)

sleep(3)

usleep(3)

UALARM(3)  —  C LIBRARY FUNCTIONS

NAME

ualarm − schedule signal after interval in microseconds

SYNOPSIS

unsigned ualarm(value, interval)
unsigned value;
unsigned interval;

DESCRIPTION

This is a simplified interface to setitimer (see getitimer(2)). 

ualarm() sends signal SIGALRM, see signal(3), to the invoking process in a number of microseconds given by the value argument.  Unless caught or ignored, the signal terminates the process. 

If the interval argument is non-zero, the SIGALRM signal will be sent to the process every interval microseconds after the timer expires (for instance, after value microseconds have passed). 

Because of scheduling delays, resumption of execution of when the signal is caught may be delayed an arbitrary amount.  The longest specifiable delay time is 2147483647 microseconds. 

The return value is the amount of time previously remaining in the alarm clock. 

SEE ALSO

getitimer(2), sigpause(2), sigvec(2), alarm(3C), signal(3), sleep(3), usleep(3)

Sun Release 4.0  —  Last change: 6 October 1987

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026