summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-16 09:14:35 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-19 08:49:53 +0100
commit513b90d7a4e1db1c806a32326fd2f20dadb2c860 (patch)
tree8e418626c6b4087ac22cc696b7b72e43b01e1080
parentc-user: Document new clock manager directives (diff)
downloadrtems-docs-513b90d7a4e1db1c806a32326fd2f20dadb2c860.tar.bz2
c-user: rtems_scheduler_remove_processor()
Update error status description. Close #4544.
Diffstat (limited to '')
-rw-r--r--c-user/scheduling-concepts/directives.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/c-user/scheduling-concepts/directives.rst b/c-user/scheduling-concepts/directives.rst
index aa0300e..1827060 100644
--- a/c-user/scheduling-concepts/directives.rst
+++ b/c-user/scheduling-concepts/directives.rst
@@ -683,9 +683,12 @@ scheduler specified by ``scheduler_id``.
The processor was not owned by the scheduler.
:c:macro:`RTEMS_RESOURCE_IN_USE`
- The set of processors owned by the scheduler would have been empty after
- the processor removal and there was at least one non-idle task that used
- this scheduler as its :term:`home scheduler`.
+ The processor was required by at least one non-idle task that used the
+ scheduler as its :term:`home scheduler`.
+
+:c:macro:`RTEMS_RESOURCE_IN_USE`
+ The processor was the last processor owned by the scheduler and there was
+ at least one task that used the scheduler as a :term:`helping scheduler`.
.. rubric:: NOTES: