OAR

RTEMS 4.0.0 On-Line Library


sleep

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

6.4.4: sleep

CALLING SEQUENCE:

#include <time.h>

unsigned int sleep(
  unsigned int seconds
);

STATUS CODES:

This routine returns the number of unslept seconds.

DESCRIPTION:

NOTES:

This call is interruptible by a signal.


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-1998 OAR Corporation