RTEMS
5.0.0
|
Partition_MP_Send_process_packet. More...
#include <rtems/rtems/partimpl.h>
#include <rtems/rtems/statusimpl.h>
#include <rtems/score/statesimpl.h>
#include <rtems/score/threadimpl.h>
#include <rtems/score/threadqimpl.h>
Functions | |
RTEMS_STATIC_ASSERT (sizeof(Partition_MP_Packet)<=MP_PACKET_MINIMUM_PACKET_SIZE, Partition_MP_Packet) | |
void | _Partition_MP_Send_process_packet (Partition_MP_Remote_operations operation, Objects_Id partition_id, rtems_name name, Objects_Id proxy_id) |
Partition_MP_Send_process_packet. More... | |
rtems_status_code | _Partition_MP_Get_buffer (rtems_id id, void **buffer) |
Issues a remote rtems_partition_get_buffer() request. | |
rtems_status_code | _Partition_MP_Return_buffer (rtems_id id, void *buffer) |
Issues a remote rtems_partition_return_buffer() request. | |
void | _Partition_MP_Process_packet (rtems_packet_prefix *the_packet_prefix) |
Partition_MP_Process_packet. More... | |
void | _Partition_MP_Send_extract_proxy (Thread_Control *the_thread, Objects_Id id) |
Partition_MP_Send_process_packet.
void _Partition_MP_Process_packet | ( | rtems_packet_prefix * | the_packet_prefix | ) |
Partition_MP_Process_packet.
This routine performs the actions specific to this package for the request from another node.
void _Partition_MP_Send_process_packet | ( | Partition_MP_Remote_operations | operation, |
Objects_Id | partition_id, | ||
rtems_name | name, | ||
Objects_Id | proxy_id | ||
) |
Partition_MP_Send_process_packet.
Multiprocessing Support for the Partition Manager
This routine performs a remote procedure call so that a process operation can be performed on another node.