RTEMS 6.1-rc4
|
This source file contains the definition of _Thread_Allocated_fp and _User_extensions_Switches_list and the implementation of _Thread_Dispatch_direct(), _Thread_Dispatch_enable(), and _Thread_Do_dispatch(). More...
#include <rtems/score/threaddispatch.h>
#include <rtems/score/assert.h>
#include <rtems/score/isr.h>
#include <rtems/score/schedulerimpl.h>
#include <rtems/score/threadimpl.h>
#include <rtems/score/todimpl.h>
#include <rtems/score/userextimpl.h>
#include <rtems/config.h>
Functions | |
CHAIN_DEFINE_EMPTY (_User_extensions_Switches_list) | |
void | _Thread_Do_dispatch (Per_CPU_Control *cpu_self, ISR_Level level) |
Performs a thread dispatch on the current processor. | |
void | _Thread_Dispatch_direct (Per_CPU_Control *cpu_self) |
Directly do a thread dispatch. | |
RTEMS_ALIAS (_Thread_Dispatch_direct) | |
Variables | |
Thread_Control * | _Thread_Allocated_fp |
This source file contains the definition of _Thread_Allocated_fp and _User_extensions_Switches_list and the implementation of _Thread_Dispatch_direct(), _Thread_Dispatch_enable(), and _Thread_Do_dispatch().