RTEMS CPU Kit with SuperCore
|
#include <rtems/score/mpciimpl.h>
Go to the source code of this file.
Data Structures | |
struct | Event_MP_Packet |
The following data structure defines the packet used to perform remote event operations. More... | |
Enumerations | |
enum | Event_MP_Remote_operations { EVENT_MP_SEND_REQUEST = 0, EVENT_MP_SEND_RESPONSE = 1 } |
The following enumerated type defines the list of remote event operations. | |
Functions | |
rtems_status_code | _Event_MP_Send_request_packet (Event_MP_Remote_operations operation, Objects_Id event_id, rtems_event_set event_in) |
Event MP Send Packet Request. More... | |
void | _Event_MP_Send_response_packet (Event_MP_Remote_operations operation, Thread_Control *the_thread) |
Event MP Send Packet Response. More... | |
void | _Event_MP_Process_packet (rtems_packet_prefix *the_packet_prefix) |
Event MP Packet Process. More... | |
Event_MP_Packet * | _Event_MP_Get_packet (void) |
Event MP Get Packet. More... | |