OAR

RTEMS 4.5.1-pre3 On-Line Library


Signal Manager alarm - Schedule Alarm

PREV UP next Bookshelf RTEMS POSIX API User's Guide

2.4.18: alarm - Schedule Alarm

CALLING SEQUENCE:

#include <signal.h>

unsigned int alarm(
  unsigned int seconds
);

STATUS CODES:

This call always succeeds.

DESCRIPTION:

If there was a previous alarm() request with time remaining, then this routine returns the number of seconds until that outstanding alarm would have fired. If no previous alarm() request was outstanding, then zero is returned.

NOTES:

NONE


PREV UP next Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2000 OAR Corporation