RTEMS  5.1
Data Structures | Functions
taskmp.c File Reference

RTEMS Tasks MP Send Process Packet. More...

#include <rtems/rtems/tasksimpl.h>
#include <rtems/rtems/optionsimpl.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>

Data Structures

struct  RTEMS_tasks_MP_Packet
 

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_Set_priority (rtems_id id, rtems_task_priority new_priority, rtems_task_priority *old_priority)
 Issues a remote rtems_task_set_priority() request.
 
rtems_status_code _RTEMS_tasks_MP_Suspend (rtems_id id)
 Issues a remote rtems_task_suspend() request.
 
rtems_status_code _RTEMS_tasks_MP_Resume (rtems_id id)
 Issues a remote rtems_task_resume() request.
 
 RTEMS_SYSINIT_ITEM (_RTEMS_tasks_MP_Initialize, RTEMS_SYSINIT_CLASSIC_TASKS_MP, RTEMS_SYSINIT_ORDER_MIDDLE)
 

Detailed Description

RTEMS Tasks MP Send Process Packet.