Data Structures | |
| struct | Internal_errors_Information |
Enumerations | |
| enum | Internal_errors_Source { INTERNAL_ERROR_CORE, INTERNAL_ERROR_RTEMS_API, INTERNAL_ERROR_POSIX_API, INTERNAL_ERROR_ITRON_API } |
| enum | Internal_errors_Core_list { INTERNAL_ERROR_NO_CONFIGURATION_TABLE, INTERNAL_ERROR_NO_CPU_TABLE, INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS, INTERNAL_ERROR_TOO_LITTLE_WORKSPACE, INTERNAL_ERROR_WORKSPACE_ALLOCATION, INTERNAL_ERROR_INTERRUPT_STACK_TOO_SMALL, INTERNAL_ERROR_THREAD_EXITTED, INTERNAL_ERROR_INCONSISTENT_MP_INFORMATION, INTERNAL_ERROR_INVALID_NODE, INTERNAL_ERROR_NO_MPCI, INTERNAL_ERROR_BAD_PACKET, INTERNAL_ERROR_OUT_OF_PACKETS, INTERNAL_ERROR_OUT_OF_GLOBAL_OBJECTS, INTERNAL_ERROR_OUT_OF_PROXIES, INTERNAL_ERROR_INVALID_GLOBAL_ID, INTERNAL_ERROR_BAD_STACK_HOOK, INTERNAL_ERROR_BAD_ATTRIBUTES, INTERNAL_ERROR_IMPLEMENTATION_KEY_CREATE_INCONSISTENCY, INTERNAL_ERROR_IMPLEMENTATION_BLOCKING_OPERATION_CANCEL, INTERNAL_ERROR_MUTEX_OBTAIN_FROM_BAD_STATE } |
Functions | |
| void | _Internal_error_Occurred (Internal_errors_Source the_source, boolean is_internal, uint32_t the_error) RTEMS_COMPILER_NO_RETURN_ATTRIBUTE |
| Internal error Occurred. | |
Variables | |
| SCORE_EXTERN Internal_errors_Information | _Internal_errors_What_happened |
A list of errors which are generated internally by the executive core.
This type lists the possible sources from which an error can be reported.
| void _Internal_error_Occurred | ( | Internal_errors_Source | the_source, | |
| boolean | is_internal, | |||
| uint32_t | the_error | |||
| ) |
Internal error Occurred.
This routine is invoked when the application or the executive itself determines that a fatal error has occurred.
When a fatal error occurs, the error information is stored here.
1.5.6