23 #ifndef _RTEMS_SCORE_SCHEDULERCBSIMPL_H 24 #define _RTEMS_SCORE_SCHEDULERCBSIMPL_H RTEMS_INLINE_ROUTINE Scheduler_CBS_Node * _Scheduler_CBS_Node_downcast(Scheduler_Node *node)
Casts the scheduler node to a scheduler CBS node.
Definition: schedulercbsimpl.h:60
RTEMS_INLINE_ROUTINE Scheduler_CBS_Node * _Scheduler_CBS_Thread_get_node(Thread_Control *the_thread)
Gets the CBS node of the thread.
Definition: schedulercbsimpl.h:46
Inlined Routines Associated with the Manipulation of the Scheduler.
Scheduler node for per-thread data.
Definition: schedulernode.h:79
Definition: schedulercbs.h:138
#define RTEMS_INLINE_ROUTINE
Definition: basedefs.h:66
Thread manipulation for the CBS scheduler.
RTEMS_INLINE_ROUTINE Scheduler_Node * _Thread_Scheduler_get_home_node(const Thread_Control *the_thread)
Gets the scheduler's home node.
Definition: threadimpl.h:1412