RTEMS CPU Kit with SuperCore
|
POSIX Message Queue and Send Support. More...
#include <stdarg.h>
#include <pthread.h>
#include <limits.h>
#include <errno.h>
#include <fcntl.h>
#include <mqueue.h>
#include <rtems/system.h>
#include <rtems/score/watchdog.h>
#include <rtems/seterr.h>
#include <rtems/posix/mqueueimpl.h>
#include <rtems/posix/time.h>
Functions | |
int | _POSIX_Message_queue_Send_support (mqd_t mqdes, const char *msg_ptr, size_t msg_len, unsigned int msg_prio, bool wait, Watchdog_Interval timeout) |
POSIX Message Queue Send Support. More... | |
POSIX Message Queue and Send Support.
int _POSIX_Message_queue_Send_support | ( | mqd_t | mqdes, |
const char * | msg_ptr, | ||
size_t | msg_len, | ||
unsigned int | msg_prio, | ||
bool | wait, | ||
Watchdog_Interval | timeout | ||
) |
POSIX Message Queue Send Support.
This routine posts a message to a specified message queue.