RTEMS CPU Kit with SuperCore  4.11.3
Functions
threaddispatch.c File Reference

Dispatch Thread. More...

#include <rtems/score/threaddispatch.h>
#include <rtems/score/apiext.h>
#include <rtems/score/assert.h>
#include <rtems/score/isr.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>
Include dependency graph for threaddispatch.c:

Functions

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...
 

Detailed Description

Dispatch Thread.