RTEMS  5.1
Functions
partmp.c File Reference

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>
#include <rtems/sysinit.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_Send_extract_proxy (Thread_Control *the_thread, Objects_Id id)
 
 RTEMS_SYSINIT_ITEM (_Partition_MP_Initialize, RTEMS_SYSINIT_CLASSIC_PARTITION_MP, RTEMS_SYSINIT_ORDER_MIDDLE)
 

Detailed Description

Partition_MP_Send_process_packet.

Function Documentation

◆ _Partition_MP_Send_process_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.

Multiprocessing Support for the Partition Manager

This routine performs a remote procedure call so that a process operation can be performed on another node.