summaryrefslogtreecommitdiffstats
path: root/doc/user
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-12-12 12:53:07 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-12-12 15:39:16 +0100
commit22cce675ef159753cd45c33e6f8aca953dffbf38 (patch)
treee1bacbfd227ee178ee4a1b713f6c4ed54c105a14 /doc/user
parentbsp/mpc8xx: Fix warnings (diff)
downloadrtems-22cce675ef159753cd45c33e6f8aca953dffbf38.tar.bz2
doc: Clarify rtems_task_set_priority()
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/task.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user/task.t b/doc/user/task.t
index a172a0c67b..cf7a514b1a 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.