RTEMS  5.0.0
Functions | Variables
smp.c File Reference

SMP Support. More...

#include <rtems/score/smpimpl.h>
#include <rtems/score/assert.h>
#include <rtems/score/schedulerimpl.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 (Per_CPU_Control *cpu_self)
 
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 Processor_mask *targets, unsigned long message)
 
bool _SMP_Before_multitasking_action_broadcast (SMP_Action_handler handler, void *arg)
 

Variables

Processor_mask _SMP_Online_processors
 
uint32_t _SMP_Processor_count
 
SMP_Test_message_handler _SMP_Test_message_handler
 

Detailed Description

SMP Support.