RTEMS CPU Kit with SuperCore
4.11.3
|
Signal MP Support. More...
#include <rtems/rtems/signalimpl.h>
#include <rtems/rtems/optionsimpl.h>
#include <rtems/score/statesimpl.h>
#include <rtems/score/threadimpl.h>
#include <rtems/score/threadqimpl.h>
Functions | |
RTEMS_STATIC_ASSERT (sizeof(Signal_MP_Packet)<=MP_PACKET_MINIMUM_PACKET_SIZE, Signal_MP_Packet) | |
rtems_status_code | _Signal_MP_Send_request_packet (Signal_MP_Remote_operations operation, Objects_Id task_id, rtems_signal_set signal_in) |
Signal MP Send Request Packet. More... | |
void | _Signal_MP_Send_response_packet (Signal_MP_Remote_operations operation, Thread_Control *the_thread) |
Signal MP Send Response Packet. More... | |
void | _Signal_MP_Process_packet (rtems_packet_prefix *the_packet_prefix) |
Signal MP Process Packet. More... | |
Signal_MP_Packet * | _Signal_MP_Get_packet (void) |
Signal MP Get Packet. More... | |
Signal MP Support.
Signal_MP_Packet* _Signal_MP_Get_packet | ( | void | ) |
Signal MP Get Packet.
This function is used to obtain a signal mp packet.
References _MPCI_Get_packet().
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.
rtems_status_code _Signal_MP_Send_request_packet | ( | Signal_MP_Remote_operations | operation, |
Objects_Id | task_id, | ||
rtems_signal_set | signal_in | ||
) |
Signal MP Send Request Packet.
This routine performs a remote procedure call so that a directive operation can be initiated on another node.
void _Signal_MP_Send_response_packet | ( | Signal_MP_Remote_operations | operation, |
Thread_Control * | the_thread | ||
) |
Signal MP Send Response Packet.
This routine performs a remote procedure call so that a directive can be performed on another node.