summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/schedulerprioritysmpimpl.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-10score: Fix scheduler helping implementationSebastian Huber1-22/+0
2014-07-09score: Implement scheduler helping protocolSebastian Huber1-0/+22
2014-07-08score: Rename *_Node_get() to *_Thread_get_node()Sebastian Huber1-2/+2
2014-06-23score: Decouple thread and scheduler nodes on SMPSebastian Huber1-23/+25
2014-06-23score: Use chain nodes for ready queue supportSebastian Huber1-6/+6
2014-06-12score: Make functions inlineSebastian Huber1-23/+114
2014-06-11Add SMP Priority Scheduler with AffinityJoel Sherrill1-0/+84