summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulerdefaultreleasejob.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Static scheduler configurationSebastian Huber2014-04-151-3/+3
| | | | | | Do not allocate the scheduler control structures from the workspace. This is a preparation step for configuration of clustered/partitioned schedulers on SMP.
* score: Add scheduler control to scheduler opsSebastian Huber2014-04-041-3/+5
| | | | | Scheduler operations must be free of a global scheduler context to enable partitioned/clustered scheduling.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* score: Rename _Scheduler_priority_Release_job()Sebastian Huber2013-08-081-0/+31
Rename _Scheduler_priority_Release_job() into _Scheduler_default_Release_job().