RTEMS 6.1-rc6
|
This source file contains the implementation to support the Partition Manager in multiprocessing (MP) configurations. 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. | |
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) | |
This source file contains the implementation to support the Partition Manager in multiprocessing (MP) configurations.