summaryrefslogtreecommitdiff
path: root/cpukit/score/include/rtems/score/schedulercbsimpl.h (follow)
AgeCommit message (Collapse)Author
2014-07-08score: Rename *_Node_get() to *_Thread_get_node()Sebastian Huber
This emphasizes that the scheduler node of a thread is returned and this is not a function working with scheduler nodes like the other *_Node_*() functions.
2014-05-14score: Introduce scheduler nodesSebastian Huber
Rename scheduler per-thread information into scheduler nodes using Scheduler_Node as the base type. Use inheritance for specialized schedulers. Move the scheduler specific states from the thread control block into the scheduler node structure. Validate the SMP scheduler node state transitions in case RTEMS_DEBUG is defined.