RTEMS CPU Kit with SuperCore
4.11.3
|
SMP Support. More...
#include <rtems/score/smpimpl.h>
#include <rtems/score/assert.h>
#include <rtems/score/schedulerimpl.h>
#include <rtems/score/threaddispatch.h>
#include <rtems/score/threadimpl.h>
#include <rtems/config.h>
Functions | |
void | _SMP_Handler_initialize (void) |
void | _SMP_Request_start_multitasking (void) |
bool | _SMP_Should_start_processor (uint32_t cpu_index) |
void | _SMP_Start_multitasking_on_secondary_processor (void) |
void | _SMP_Request_shutdown (void) |
void | _SMP_Send_message (uint32_t cpu_index, unsigned long message) |
void | _SMP_Send_message_broadcast (unsigned long message) |
void | _SMP_Send_message_multicast (const size_t setsize, const cpu_set_t *cpus, unsigned long message) |
Variables | |
SMP_Test_message_handler | _SMP_Test_message_handler |
SMP Support.