RTEMS CPU Kit with SuperCore
Functions
mqueuesendsupp.c File Reference

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>
Include dependency graph for mqueuesendsupp.c:

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...
 

Detailed Description

POSIX Message Queue and Send Support.

Function Documentation

◆ _POSIX_Message_queue_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.