RTEMS 4.7.2 On-Line Library
Signal Manager pause - Suspend Process Execution
RTEMS POSIX API User's Guide
2.4.13: pause - Suspend Process Execution
CALLING SEQUENCE:
-
#include <signal.h>
int pause( void );
STATUS CODES:
On error, this routine returns -1 and sets errno
to one of
the following:
- EINTR
-
Signal interrupted this function.
DESCRIPTION:
This function causes the calling thread to be blocked until an
unblocked signal is received.
NOTES:
NONE
RTEMS POSIX API User's Guide
Copyright © 1988-2004 OAR Corporation