[rtems-central commit] spec: Clarify rtems_task_get_priority() doc

Sebastian Huber sebh at rtems.org
Wed May 12 19:05:11 UTC 2021


Module:    rtems-central
Branch:    master
Commit:    c28cb74e57c52007998137d4ccc40e16cd37e807
Changeset: http://git.rtems.org/rtems-central/commit/?id=c28cb74e57c52007998137d4ccc40e16cd37e807

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed May 12 14:06:33 2021 +0200

spec: Clarify rtems_task_get_priority() doc

---

 spec/rtems/task/if/get-priority.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spec/rtems/task/if/get-priority.yml b/spec/rtems/task/if/get-priority.yml
index cdaf4cf..2928bc1 100644
--- a/spec/rtems/task/if/get-priority.yml
+++ b/spec/rtems/task/if/get-priority.yml
@@ -40,8 +40,8 @@ links:
 name: rtems_task_get_priority
 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.
 params:
 - description: |
     is the task identifier.  The constant ${self-define:/name} may be used to



More information about the vc mailing list