53 #ifndef _RTEMS_EXTENSION_H 54 #define _RTEMS_EXTENSION_H Constants and Prototypes Related to the Internal Error Handler.
void(* User_extensions_thread_delete_extension)(struct _Thread_Control *executing, struct _Thread_Control *deleted)
Task delete extension.
This header file defines types provided by the Classic API.
void(* User_extensions_thread_begin_extension)(struct _Thread_Control *executing)
Task begin extension.
User Extension Handler Data Structures.
User_extensions_thread_switch_extension rtems_task_switch_extension
%
uint32_t rtems_name
This type is used to represent a Classic API object name.
bool(* User_extensions_thread_create_extension)(struct _Thread_Control *executing, struct _Thread_Control *created)
Task create extension.
User_extensions_thread_delete_extension rtems_task_delete_extension
%
void(* User_extensions_thread_restart_extension)(struct _Thread_Control *executing, struct _Thread_Control *restarted)
Task restart extension.
User_extensions_fatal_extension rtems_fatal_extension
%
User_extensions_thread_start_extension rtems_task_start_extension
%
void(* User_extensions_thread_switch_extension)(struct _Thread_Control *executing, struct _Thread_Control *heir)
Task switch extension.
This header file defines the status codes and support functions of the Classic API.
Internal_errors_Source
This type lists the possible sources from which an error can be reported.
User_extensions_Table rtems_extensions_table
%
void(* User_extensions_fatal_extension)(Internal_errors_Source source, bool always_set_to_false, Internal_errors_t code)
Fatal error extension.
void(* User_extensions_thread_start_extension)(struct _Thread_Control *executing, struct _Thread_Control *started)
Task start extension.
rtems_status_code
This enumeration provides status codes for directives of the Classic API.
User_extensions_thread_terminate_extension rtems_task_terminate_extension
%
User_extensions_thread_create_extension rtems_task_create_extension
%
rtems_status_code rtems_extension_delete(rtems_id id)
%
rtems_status_code rtems_extension_create(rtems_name name, const rtems_extensions_table *extension_table, rtems_id *id)
%
Internal_errors_Source rtems_fatal_source
%
Internal_errors_t rtems_fatal_code
%
User_extensions_thread_restart_extension rtems_task_restart_extension
%
Objects_Id rtems_id
Values of this type identify an RTEMS object.
User_extensions_thread_begin_extension rtems_task_begin_extension
%
void(* User_extensions_thread_terminate_extension)(struct _Thread_Control *terminated)
Task termination extension.
rtems_status_code rtems_extension_ident(rtems_name name, rtems_id *id)
Identifies an extension set object by the specified object name.
User_extensions_thread_exitted_extension rtems_task_exitted_extension
%
void(* User_extensions_thread_exitted_extension)(struct _Thread_Control *executing)
Task exitted extension.