RTEMS CPU Kit with SuperCore  4.11.3
Functions
mqueuerecvsupp.c File Reference

POSIX Message Queue Receive 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 mqueuerecvsupp.c:

Functions

ssize_t _POSIX_Message_queue_Receive_support (mqd_t mqdes, char *msg_ptr, size_t msg_len, unsigned int *msg_prio, bool wait, Watchdog_Interval timeout)
 

Detailed Description

POSIX Message Queue Receive Support.