summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/rtems/message.h')
-rw-r--r--cpukit/include/rtems/rtems/message.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/cpukit/include/rtems/rtems/message.h b/cpukit/include/rtems/rtems/message.h
index a8ea7c1814..b8df14176a 100644
--- a/cpukit/include/rtems/rtems/message.h
+++ b/cpukit/include/rtems/rtems/message.h
@@ -563,7 +563,8 @@ rtems_status_code rtems_message_queue_delete( rtems_id id );
*
* * The directive may be called from within interrupt context.
*
- * * The directive may unblock another task which may preempt the calling task.
+ * * The directive may unblock a task. This may cause the calling task to be
+ * preempted.
*
* * When the directive operates on a remote object, the directive sends a
* message to the remote node and waits for a reply. This will preempt the
@@ -619,7 +620,8 @@ rtems_status_code rtems_message_queue_send(
*
* * The directive may be called from within interrupt context.
*
- * * The directive may unblock another task which may preempt the calling task.
+ * * The directive may unblock a task. This may cause the calling task to be
+ * preempted.
*
* * When the directive operates on a remote object, the directive sends a
* message to the remote node and waits for a reply. This will preempt the
@@ -681,7 +683,8 @@ rtems_status_code rtems_message_queue_urgent(
*
* * The directive may be called from within interrupt context.
*
- * * The directive may unblock another task which may preempt the calling task.
+ * * The directive may unblock a task. This may cause the calling task to be
+ * preempted.
*
* * When the directive operates on a remote object, the directive sends a
* message to the remote node and waits for a reply. This will preempt the