RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Files | Functions
Event Manager Multiprocessing (MP) Support

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.
 

Detailed Description

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.

Function Documentation

◆ _Event_MP_Process_packet()

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.