[rtems commit] rtems: Clarify rtems_task_get_priority() doc
Sebastian Huber
sebh at rtems.org
Wed May 12 19:09:28 UTC 2021
Module: rtems
Branch: master
Commit: 51f7a82f08471bfd68e43af20282a3254d652b67
Changeset: http://git.rtems.org/rtems/commit/?id=51f7a82f08471bfd68e43af20282a3254d652b67
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Wed May 12 14:13:13 2021 +0200
rtems: Clarify rtems_task_get_priority() doc
---
cpukit/include/rtems/rtems/tasks.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cpukit/include/rtems/rtems/tasks.h b/cpukit/include/rtems/rtems/tasks.h
index e6f7696..73cf769 100644
--- a/cpukit/include/rtems/rtems/tasks.h
+++ b/cpukit/include/rtems/rtems/tasks.h
@@ -1845,8 +1845,8 @@ rtems_status_code rtems_task_set_priority(
*
* @par 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.
*
* @par Constraints
* @parblock
More information about the vc
mailing list