50#ifndef _RTEMS_POSIX_MQUEUE_H
51#define _RTEMS_POSIX_MQUEUE_H
81 struct sigevent notification;
99#define POSIX_MESSAGE_QUEUE_INFORMATION_DEFINE( max ) \
100 OBJECTS_INFORMATION_DEFINE( \
101 _POSIX_Message_queue, \
103 OBJECTS_POSIX_MESSAGE_QUEUES, \
104 POSIX_Message_queue_Control, \
This header file provides interfaces of the Message Queue Handler which are only used by the implemen...
Objects_Information _POSIX_Message_queue_Information
The POSIX Message Queue objects information.
This header file provides data structures used by the implementation and the Application Configuratio...
POSIX Message Queues Private Private Support.
Control block used to manage each message queue.
Definition: coremsg.h:113
Definition: objectdata.h:61