RTEMS CPU Kit with SuperCore  4.11.2
Functions
mqueuenotify.c File Reference

Notify Process that a Message is Available on a Queue. More...

#include <stdarg.h>
#include <pthread.h>
#include <limits.h>
#include <errno.h>
#include <fcntl.h>
#include <mqueue.h>
#include <sys/types.h>
#include <signal.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 mqueuenotify.c:

Functions

int mq_notify (mqd_t mqdes, const struct sigevent *notification)
 

Detailed Description

Notify Process that a Message is Available on a Queue.