[rtems-docs commit] c-user: Clarify rtems_task_get_priority()
Sebastian Huber
sebh at rtems.org
Wed May 12 19:07:30 UTC 2021
Module: rtems-docs
Branch: master
Commit: fa98f8df66576dc7b4c034358db20630c9bcfcab
Changeset: http://git.rtems.org/rtems-docs/commit/?id=fa98f8df66576dc7b4c034358db20630c9bcfcab
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Wed May 12 21:05:48 2021 +0200
c-user: Clarify rtems_task_get_priority()
---
c-user/task/directives.rst | 4 ++--
1 file 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:
More information about the vc
mailing list