summaryrefslogtreecommitdiffstats
path: root/c-user/symmetric_multiprocessing_services.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-03 07:51:13 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-03 13:13:17 +0100
commit8bd4e6a55b131a1429a082a33b48b2f56a1963be (patch)
tree8e6b404fc2d3350bc04242f80d22b31a89922767 /c-user/symmetric_multiprocessing_services.rst
parentc-user: rtems_scheduler_map_priority_from_posix() (diff)
downloadrtems-docs-8bd4e6a55b131a1429a082a33b48b2f56a1963be.tar.bz2
c-user: Document thread switch extension changes
Close #3885.
Diffstat (limited to '')
-rw-r--r--c-user/symmetric_multiprocessing_services.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/c-user/symmetric_multiprocessing_services.rst b/c-user/symmetric_multiprocessing_services.rst
index 337de98..acfee56 100644
--- a/c-user/symmetric_multiprocessing_services.rst
+++ b/c-user/symmetric_multiprocessing_services.rst
@@ -683,6 +683,8 @@ The withdraw operation takes away scheduler nodes once the thread is no longer
allowed to use them, e.g. it released a mutex. The availability of scheduler
nodes for a thread is controlled by the thread queues.
+.. _SMPThreadDispatchDetails:
+
Thread Dispatch Details
-----------------------