[rtems commit] doc: Clarify rtems_task_set_priority()
Sebastian Huber
sebh at rtems.org
Fri Dec 12 15:39:41 UTC 2014
Module: rtems
Branch: master
Commit: 22cce675ef159753cd45c33e6f8aca953dffbf38
Changeset: http://git.rtems.org/rtems/commit/?id=22cce675ef159753cd45c33e6f8aca953dffbf38
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Fri Dec 12 12:53:07 2014 +0100
doc: Clarify rtems_task_set_priority()
---
doc/user/task.t | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/user/task.t b/doc/user/task.t
index a172a0c..cf7a514 100644
--- a/doc/user/task.t
+++ b/doc/user/task.t
@@ -1291,6 +1291,9 @@ The calling task may be preempted if its preemption mode is
enabled and it lowers its own priority or raises another task's
priority.
+In case the new priority equals the current priority of the task, then nothing
+happens.
+
Setting the priority of a global task which does not reside on
the local node will generate a request to the remote node to
change the priority of the specified task.
More information about the vc
mailing list