RTEMS 6.1-rc4
|
This group contains the implementation to support the Signal Manager in multiprocessing (MP) configurations. More...
Files | |
file | signalmp.h |
This header file provides the implementation interfaces of the Signal Manager Multiprocessing (MP) Support. | |
file | signalmp.c |
This source file contains the implementation to support the Signal Manager in multiprocessing (MP) configurations. | |
Functions | |
rtems_status_code | _Signal_MP_Send (rtems_id id, rtems_signal_set signal_set) |
Issues a remote rtems_signal_send() request. | |
void | _Signal_MP_Process_packet (rtems_packet_prefix *the_packet_prefix) |
Signal MP Process Packet. | |
This group contains the implementation to support the Signal Manager in multiprocessing (MP) configurations.
void _Signal_MP_Process_packet | ( | rtems_packet_prefix * | the_packet_prefix | ) |
Signal MP Process Packet.
This routine performs the actions specific to this package for the request from another node.