summaryrefslogtreecommitdiffstats
path: root/c-user/scheduling_concepts.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-30 15:06:21 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-30 15:06:21 +0200
commit8cf3d75a92b42ba8891c693ede8ea3c3a4290dee (patch)
tree6678b19bc98caa842dc3a324845667801f801d1e /c-user/scheduling_concepts.rst
parentshell: Update task command (diff)
downloadrtems-docs-8cf3d75a92b42ba8891c693ede8ea3c3a4290dee.tar.bz2
c-user: Document EDF SMP
Close #3056.
Diffstat (limited to 'c-user/scheduling_concepts.rst')
-rw-r--r--c-user/scheduling_concepts.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/c-user/scheduling_concepts.rst b/c-user/scheduling_concepts.rst
index cea863d..7a77a33 100644
--- a/c-user/scheduling_concepts.rst
+++ b/c-user/scheduling_concepts.rst
@@ -183,6 +183,13 @@ period, it has to be finished until the end of this period. The call of
deadline. Moreover, the ``rtems_rate_monotonic_cancel`` and
``rtems_rate_monotonic_delete`` calls clear the deadlines assigned to the task.
+Earliest Deadline First SMP Scheduler
+-------------------------------------
+
+An EDF scheduler with SMP support. The processors managed by this scheduler
+are allocated to the highest priority (earliest deadline) tasks which are ready
+to execute.
+
Constant Bandwidth Server Scheduling (CBS)
------------------------------------------
.. index:: constant bandwidth server scheduling