RTEMS 6.1-rc6
|
This group contains the implementation to support the Event Manager in multiprocessing (MP) configurations. More...
Files | |
file | eventmp.h |
This header file provides the implementation interfaces of the Event Manager Multiprocessing (MP) Support. | |
file | eventmp.c |
This source file contains the implementation to support the Event Manager in multiprocessing (MP) configurations. | |
Functions | |
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. | |
This group contains the implementation to support the Event Manager in multiprocessing (MP) configurations.
This encapsulates functionality related to the transparent multiprocessing support within the Classic API Event Manager.
void _Event_MP_Process_packet | ( | rtems_packet_prefix * | the_packet_prefix | ) |
Event MP Packet Process.
This routine performs the actions specific to this package for the request from another node.