RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Functions
msgqbroadcast.c File Reference

This source file contains the implementation of rtems_message_queue_broadcast(). More...

#include <rtems/rtems/messageimpl.h>
#include <rtems/rtems/statusimpl.h>

Functions

rtems_status_code rtems_message_queue_broadcast (rtems_id id, const void *buffer, size_t size, uint32_t *count)
 Broadcasts the messages to the tasks waiting at the queue.
 

Detailed Description

This source file contains the implementation of rtems_message_queue_broadcast().