OAR

RTEMS 4.0.0 On-Line Library


sigtimedwait

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

2.4.16: sigtimedwait

CALLING SEQUENCE:

#include <signal.h>

int sigtimedwait(
  const sigset_t         *set,
  siginfo_t              *info,
  const struct timespec  *timeout
);

STATUS CODES:

EAGAIN
Timed out while waiting for the specified signal set.
EINVAL
Nanoseconds field of the timeout argument is invalid.
EINTR
Signal interrupted this function.

DESCRIPTION:

NOTES:

If timeout is NULL, then the thread will wait forever for the specified signal set.


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-1998 OAR Corporation