summaryrefslogtreecommitdiffstats
path: root/c-user/task
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-12 21:05:48 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-12 21:07:00 +0200
commitfa98f8df66576dc7b4c034358db20630c9bcfcab (patch)
tree1f0af6bcdc290a266b0f54142476c1065ad9f768 /c-user/task
parentc-user: Document rtems_task_set_scheduler() errors (diff)
downloadrtems-docs-fa98f8df66576dc7b4c034358db20630c9bcfcab.tar.bz2
c-user: Clarify rtems_task_get_priority()
Diffstat (limited to '')
-rw-r--r--c-user/task/directives.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/c-user/task/directives.rst b/c-user/task/directives.rst
index aa90484..e776cd8 100644
--- a/c-user/task/directives.rst
+++ b/c-user/task/directives.rst
@@ -1278,8 +1278,8 @@ specified by ``task_id`` with respect to the scheduler specified by
.. rubric:: NOTES:
The current priority reflects temporary priority adjustments due to locking
-protocols, the rate-monotonic period objects on some schedulers, and other
-mechanisms.
+protocols, the rate-monotonic period objects on some schedulers such as EDF,
+and the POSIX sporadic server.
.. rubric:: CONSTRAINTS: