RTEMS
5.0.0
|
Distributed MP Support. More...
#include <rtems/score/threadimpl.h>
#include <rtems/score/isrlock.h>
#include <rtems/score/schedulerimpl.h>
#include <rtems/score/wkspace.h>
#include <string.h>
Macros | |
#define | THREAD_MP_PROXY_OF_ACTIVE_NODE(the_node) RTEMS_CONTAINER_OF( the_node, Thread_Proxy_control, 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... | |
void | _Thread_MP_Free_proxy (Thread_Control *the_thread) |
Distributed MP Support.