RTEMS Logo

RTEMS 4.9.2 On-Line Library


Message Manager Broadcasting a Message

PREV UP NEXT Bookshelf RTEMS C User's Guide

10.3.5: Broadcasting a Message

The rtems_message_queue_broadcast directive sends the same message to every task waiting on the specified message queue as an atomic operation. The message is copied to each waiting task's message buffer and each task is unblocked. The number of tasks which were unblocked is returned to the caller.


PREV UP NEXT Bookshelf RTEMS C User's Guide

Copyright © 1988-2008 OAR Corporation