RTEMS CPU Kit with SuperCore
4.11.3
|
Event MP Support. More...
#include <rtems/rtems/eventimpl.h>
#include <rtems/score/objectimpl.h>
#include <rtems/score/statesimpl.h>
Functions | |
RTEMS_STATIC_ASSERT (sizeof(Event_MP_Packet)<=MP_PACKET_MINIMUM_PACKET_SIZE, Event_MP_Packet) | |
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... | |
Event MP Support.