RTEMS CPU Kit with SuperCore  4.11.3
Functions
exshutdown.c File Reference
#include <rtems/init.h>
#include <rtems/score/interr.h>
Include dependency graph for exshutdown.c:

Functions

void rtems_shutdown_executive (uint32_t result)
 Shutdown the RTEMS environment. More...
 

Function Documentation

◆ rtems_shutdown_executive()

void rtems_shutdown_executive ( uint32_t  result)

Shutdown the RTEMS environment.

This routine implements the rtems_shutdown_executive directive. The invocation of this directive results in the RTEMS environment being shutdown and multitasking halted. From the application's perspective, invocation of this directive results in the rtems_initialize_executive directive exitting to the startup code which invoked it.

References _Terminate(), and RTEMS_FATAL_SOURCE_EXIT.