RTEMS CPU Kit with SuperCore
4.11.3
|
Creates a new POSIX Message Queue or Opens an Existing Queue. More...
#include <stdarg.h>
#include <pthread.h>
#include <limits.h>
#include <errno.h>
#include <fcntl.h>
#include <mqueue.h>
#include <rtems/score/todimpl.h>
#include <rtems/score/watchdog.h>
#include <rtems/posix/mqueueimpl.h>
#include <rtems/posix/time.h>
#include <rtems/seterr.h>
Macros | |
#define | MQ_OPEN_FAILED ((mqd_t) -1) |
Functions | |
mqd_t | mq_open (const char *name, int oflag,...) |
Creates a new POSIX Message Queue or Opens an Existing Queue.