summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulerdefaultupdate.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Rename _Scheduler_Update()Sebastian Huber2014-06-041-4/+6
| | | | | | Rename _Scheduler_Update() to _Scheduler_Update_priority(). Add parameter for the new thread priority to avoid direct usage of Thread_Control::current_priority in the scheduler operation.
* score: Static scheduler configurationSebastian Huber2014-04-151-2/+2
| | | | | | 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-2/+4
| | | | | 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_simple_Update()Sebastian Huber2013-08-081-0/+29
Rename _Scheduler_simple_Update() in _Scheduler_default_Update().