RTEMS 6.1-rc1
|
This source file contains the implementation to support the Signal Manager in multiprocessing (MP) configurations. 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... | |
This source file contains the implementation to support the Signal Manager in multiprocessing (MP) configurations.
The following enumerated type defines the list of remote signal operations.