RTEMS Logo

RTEMS 4.10.2 On-Line Library


Signal Manager pause - Suspend Process Execution

PREV UP NEXT Bookshelf 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


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation