![]()  | 
  
    RTEMS
    5.1
    
   | 
 
Signal MP Support. More...
#include <rtems/rtems/signalimpl.h>#include <rtems/rtems/optionsimpl.h>#include <rtems/rtems/statusimpl.h>#include <rtems/score/statesimpl.h>#include <rtems/score/threadimpl.h>#include <rtems/score/threadqimpl.h>Data Structures | |
| struct | Signal_MP_Packet | 
Enumerations | |
| enum | Signal_MP_Remote_operations { SIGNAL_MP_SEND_REQUEST = 0, SIGNAL_MP_SEND_RESPONSE = 1 } | 
Functions | |
| RTEMS_STATIC_ASSERT (sizeof(Signal_MP_Packet)<=MP_PACKET_MINIMUM_PACKET_SIZE, Signal_MP_Packet) | |
| 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.  More... | |
Signal MP Support.
The following enumerated type defines the list of remote signal operations.
| 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.
 1.8.15