forked from Imagelibrary/rtems
Comments fixed after problem report from Ian Lance Taylor <ian@airs.com>.
This commit is contained in:
@@ -148,7 +148,7 @@ rtems_status_code rtems_message_queue_delete(
|
|||||||
* receive the message. The task selected to receive the
|
* receive the message. The task selected to receive the
|
||||||
* message is based on the task queue discipline algorithm in
|
* message is based on the task queue discipline algorithm in
|
||||||
* use by this particular message queue. If no tasks are waiting,
|
* use by this particular message queue. If no tasks are waiting,
|
||||||
* then the message buffer will be placed at the rear of the
|
* then the message buffer will be placed at the REAR of the
|
||||||
* chain of pending messages for this message queue.
|
* chain of pending messages for this message queue.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -163,15 +163,11 @@ rtems_status_code rtems_message_queue_send(
|
|||||||
*
|
*
|
||||||
* DESCRIPTION:
|
* DESCRIPTION:
|
||||||
*
|
*
|
||||||
* This routine implements the rtems_message_queue_send directive.
|
* This routine implements the rtems_message_queue_urgent directive.
|
||||||
* This directive sends the message buffer to the message queue
|
* This directive has the same behavior as rtems_message_queue_send
|
||||||
* indicated by ID. If one or more tasks is blocked waiting
|
* except that if no tasks are waiting, the message buffer will
|
||||||
* to receive a message from this message queue, then one will
|
* be placed at the FRONT of the chain of pending messages rather
|
||||||
* receive the message. The task selected to receive the
|
* than at the REAR.
|
||||||
* message is based on the task queue discipline algorithm in
|
|
||||||
* use by this particular message queue. If no tasks are waiting,
|
|
||||||
* then the message buffer will be placed at the rear of the
|
|
||||||
* chain of pending messages for this message queue.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
rtems_status_code rtems_message_queue_urgent(
|
rtems_status_code rtems_message_queue_urgent(
|
||||||
@@ -185,15 +181,10 @@ rtems_status_code rtems_message_queue_urgent(
|
|||||||
*
|
*
|
||||||
* DESCRIPTION:
|
* DESCRIPTION:
|
||||||
*
|
*
|
||||||
* This routine implements the rtems_message_queue_send directive.
|
* This routine implements the rtems_message_queue_broadcast directive.
|
||||||
* This directive sends the message buffer to the message queue
|
* This directive sends the message buffer to all of the tasks blocked
|
||||||
* indicated by ID. If one or more tasks is blocked waiting
|
* waiting for a message on the message queue indicated by ID.
|
||||||
* to receive a message from this message queue, then one will
|
* If no tasks are waiting, then the message buffer will not be queued.
|
||||||
* receive the message. The task selected to receive the
|
|
||||||
* message is based on the task queue discipline algorithm in
|
|
||||||
* use by this particular message queue. If no tasks are waiting,
|
|
||||||
* then the message buffer will be placed at the rear of the
|
|
||||||
* chain of pending messages for this message queue.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
rtems_status_code rtems_message_queue_broadcast(
|
rtems_status_code rtems_message_queue_broadcast(
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ rtems_status_code rtems_message_queue_delete(
|
|||||||
* receive the message. The task selected to receive the
|
* receive the message. The task selected to receive the
|
||||||
* message is based on the task queue discipline algorithm in
|
* message is based on the task queue discipline algorithm in
|
||||||
* use by this particular message queue. If no tasks are waiting,
|
* use by this particular message queue. If no tasks are waiting,
|
||||||
* then the message buffer will be placed at the rear of the
|
* then the message buffer will be placed at the REAR of the
|
||||||
* chain of pending messages for this message queue.
|
* chain of pending messages for this message queue.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -163,15 +163,11 @@ rtems_status_code rtems_message_queue_send(
|
|||||||
*
|
*
|
||||||
* DESCRIPTION:
|
* DESCRIPTION:
|
||||||
*
|
*
|
||||||
* This routine implements the rtems_message_queue_send directive.
|
* This routine implements the rtems_message_queue_urgent directive.
|
||||||
* This directive sends the message buffer to the message queue
|
* This directive has the same behavior as rtems_message_queue_send
|
||||||
* indicated by ID. If one or more tasks is blocked waiting
|
* except that if no tasks are waiting, the message buffer will
|
||||||
* to receive a message from this message queue, then one will
|
* be placed at the FRONT of the chain of pending messages rather
|
||||||
* receive the message. The task selected to receive the
|
* than at the REAR.
|
||||||
* message is based on the task queue discipline algorithm in
|
|
||||||
* use by this particular message queue. If no tasks are waiting,
|
|
||||||
* then the message buffer will be placed at the rear of the
|
|
||||||
* chain of pending messages for this message queue.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
rtems_status_code rtems_message_queue_urgent(
|
rtems_status_code rtems_message_queue_urgent(
|
||||||
@@ -185,15 +181,10 @@ rtems_status_code rtems_message_queue_urgent(
|
|||||||
*
|
*
|
||||||
* DESCRIPTION:
|
* DESCRIPTION:
|
||||||
*
|
*
|
||||||
* This routine implements the rtems_message_queue_send directive.
|
* This routine implements the rtems_message_queue_broadcast directive.
|
||||||
* This directive sends the message buffer to the message queue
|
* This directive sends the message buffer to all of the tasks blocked
|
||||||
* indicated by ID. If one or more tasks is blocked waiting
|
* waiting for a message on the message queue indicated by ID.
|
||||||
* to receive a message from this message queue, then one will
|
* If no tasks are waiting, then the message buffer will not be queued.
|
||||||
* receive the message. The task selected to receive the
|
|
||||||
* message is based on the task queue discipline algorithm in
|
|
||||||
* use by this particular message queue. If no tasks are waiting,
|
|
||||||
* then the message buffer will be placed at the rear of the
|
|
||||||
* chain of pending messages for this message queue.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
rtems_status_code rtems_message_queue_broadcast(
|
rtems_status_code rtems_message_queue_broadcast(
|
||||||
|
|||||||
Reference in New Issue
Block a user