RTEMS CPU Kit with SuperCore  4.11.3
Macros | Functions
threadmp.c File Reference

Distributed MP Support. More...

#include <rtems/score/threadimpl.h>
#include <rtems/score/isrlevel.h>
#include <rtems/score/wkspace.h>
Include dependency graph for threadmp.c:

Macros

#define _Thread_MP_Proxy_Active_offset   ((uint32_t)&(((Thread_Proxy_control *)0))->Active)
 

Functions

void _Thread_MP_Handler_initialization (uint32_t maximum_proxies)
 Initialize MP thread handler. More...
 
Thread_Control_Thread_MP_Allocate_proxy (States_Control the_state)
 Allocate a MP proxy control block from the inactive chain of free proxy control blocks. More...
 
Thread_Control_Thread_MP_Find_proxy (Objects_Id the_id)
 Removes the MP proxy control block for the specified id from the active chain of proxy control blocks. More...
 

Detailed Description

Distributed MP Support.