RTEMS
5.0.0
|
Event MP Support. More...
#include <rtems/rtems/eventimpl.h>
#include <rtems/rtems/statusimpl.h>
#include <rtems/score/threadimpl.h>
#include <rtems/score/statesimpl.h>
Data Structures | |
struct | Event_MP_Packet |
Enumerations | |
enum | Event_MP_Remote_operations { EVENT_MP_SEND_REQUEST = 0, EVENT_MP_SEND_RESPONSE = 1 } |
Functions | |
RTEMS_STATIC_ASSERT (sizeof(Event_MP_Packet)<=MP_PACKET_MINIMUM_PACKET_SIZE, Event_MP_Packet) | |
rtems_status_code | _Event_MP_Send (rtems_id id, rtems_event_set event_in) |
Issues a remote rtems_event_send() request. | |
void | _Event_MP_Process_packet (rtems_packet_prefix *the_packet_prefix) |
Event MP Packet Process. More... | |
Event MP Support.
The following enumerated type defines the list of remote event operations.