RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Functions | Variables
interr.c File Reference

This source file contains the definition of _System_state_Current and the implementation of _Terminate() and _Internal_error(). More...

#include <rtems/score/interr.h>
#include <rtems/score/cpuimpl.h>
#include <rtems/score/isrlevel.h>
#include <rtems/score/smpimpl.h>
#include <rtems/score/sysstate.h>
#include <rtems/score/userextimpl.h>

Functions

void _Terminate (Internal_errors_Source the_source, Internal_errors_t the_error)
 Initiates the system termination.
 
void _Internal_error (Internal_errors_Core_list core_error)
 Terminates the system with an INTERNAL_ERROR_CORE fatal source and the specified core error code.
 

Variables

System_state_Codes _System_state_Current
 

Detailed Description

This source file contains the definition of _System_state_Current and the implementation of _Terminate() and _Internal_error().