RTEMS CPU Kit with SuperCore
4.11.3
|
RTEMS Tasks MP Send Process Packet. More...
#include <rtems/rtems/tasksimpl.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(RTEMS_tasks_MP_Packet)<=MP_PACKET_MINIMUM_PACKET_SIZE, RTEMS_tasks_MP_Packet) | |
void | _RTEMS_tasks_MP_Send_process_packet (RTEMS_tasks_MP_Remote_operations operation, Objects_Id task_id, rtems_name name) |
RTEMS Tasks MP Send Process Packet. More... | |
rtems_status_code | _RTEMS_tasks_MP_Send_request_packet (RTEMS_tasks_MP_Remote_operations operation, Objects_Id task_id, rtems_task_priority new_priority, uint32_t notepad, uint32_t note) |
_RTEMS_tasks_MP_Send_request_packet More... | |
void | _RTEMS_tasks_MP_Send_response_packet (RTEMS_tasks_MP_Remote_operations operation, Thread_Control *the_thread) |
_RTEMS_tasks_MP_Send_response_packet More... | |
void | _RTEMS_tasks_MP_Process_packet (rtems_packet_prefix *the_packet_prefix) |
_RTEMS_tasks_MP_Process_packet More... | |
RTEMS_tasks_MP_Packet * | _RTEMS_tasks_MP_Get_packet (void) |
_RTEMS_tasks_MP_Send_object_was_deleted More... | |
RTEMS Tasks MP Send Process Packet.