RTEMS Logo

RTEMS 4.10.2 On-Line Library


Process Creation and Execution Manager _exit - Terminate a Process

PREV UP next Bookshelf RTEMS POSIX API User's Guide

1.4.11: _exit - Terminate a Process

CALLING SEQUENCE:

void _exit(
  int status
);

STATUS CODES:

NONE

DESCRIPTION:

The _exit() function terminates the calling process.

NOTES:

In RTEMS, a process is equivalent to the entire application on a single processor. Invoking this service terminates the application.


PREV UP next Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation