RTEMS  5.1
Functions
mqueuesendsupp.c File Reference

POSIX Message Queue and Send Support. More...

#include <rtems/posix/mqueueimpl.h>
#include <fcntl.h>

Functions

int _POSIX_Message_queue_Send_support (mqd_t mqdes, const char *msg_ptr, size_t msg_len, unsigned int msg_prio, const struct timespec *abstime, Thread_queue_Enqueue_callout enqueue_callout)
 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,
const struct timespec *  abstime,
Thread_queue_Enqueue_callout  enqueue_callout 
)

POSIX Message Queue Send Support.

This routine posts a message to a specified message queue.