mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
rtems: Fix message manager documentation
Correct the description of the ``count`` parameter of rtems_message_queue_flush(). Update #4508.
This commit is contained in:
@@ -861,8 +861,8 @@ rtems_status_code rtems_message_queue_get_number_pending(
|
|||||||
* @param id is the queue identifier.
|
* @param id is the queue identifier.
|
||||||
*
|
*
|
||||||
* @param[out] count is the pointer to an uint32_t object. When the directive
|
* @param[out] count is the pointer to an uint32_t object. When the directive
|
||||||
* call is successful, the number of unblocked tasks will be stored in this
|
* call is successful, the number of pending messages removed from the queue
|
||||||
* object.
|
* will be stored in this object.
|
||||||
*
|
*
|
||||||
* This directive removes all pending messages from the queue specified by
|
* This directive removes all pending messages from the queue specified by
|
||||||
* ``id``. The number of messages removed is returned in ``count``. If no
|
* ``id``. The number of messages removed is returned in ``count``. If no
|
||||||
|
|||||||
Reference in New Issue
Block a user