RTEMS  5.0.0
Functions
schedulersimpleimpl.h File Reference

Inlined Routines Associated with the Manipulation of the Priority-Based Scheduling Structures. More...

#include <rtems/score/schedulersimple.h>
#include <rtems/score/chainimpl.h>
#include <rtems/score/schedulerimpl.h>

Go to the source code of this file.

Functions

RTEMS_INLINE_ROUTINE Scheduler_simple_Context_Scheduler_simple_Get_context (const Scheduler_Control *scheduler)
 
RTEMS_INLINE_ROUTINE bool _Scheduler_simple_Priority_less_equal (const void *to_insert, const Chain_Node *next)
 
RTEMS_INLINE_ROUTINE void _Scheduler_simple_Insert (Chain_Control *chain, Thread_Control *to_insert, unsigned int insert_priority)
 
RTEMS_INLINE_ROUTINE void _Scheduler_simple_Extract (const Scheduler_Control *scheduler, Thread_Control *the_thread, Scheduler_Node *node)
 
RTEMS_INLINE_ROUTINE void _Scheduler_simple_Schedule_body (const Scheduler_Control *scheduler, Thread_Control *the_thread, bool force_dispatch)
 

Detailed Description

Inlined Routines Associated with the Manipulation of the Priority-Based Scheduling Structures.

This inline file contains all of the inlined routines associated with the manipulation of the priority-based scheduling structures.