![]() |
RTEMS 5.2
|
Dispatch Thread. 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/score/wkspace.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. More... | |
| void | _Thread_Dispatch (void) |
| Performs a thread dispatch if necessary. More... | |
| void | _Thread_Dispatch_direct (Per_CPU_Control *cpu_self) |
| Directly do a thread dispatch. More... | |
| void | _Thread_Dispatch_enable (Per_CPU_Control *cpu_self) |
| Enables thread dispatching. More... | |
Variables | |
| Thread_Control * | _Thread_Allocated_fp |
Dispatch Thread.