31#ifndef _RTEMS_POSIX_MQUEUE_H
32#define _RTEMS_POSIX_MQUEUE_H
62 struct sigevent notification;
80#define POSIX_MESSAGE_QUEUE_INFORMATION_DEFINE( max ) \
81 OBJECTS_INFORMATION_DEFINE( \
82 _POSIX_Message_queue, \
84 OBJECTS_POSIX_MESSAGE_QUEUES, \
85 POSIX_Message_queue_Control, \
Constants and Structures Associated with the Message Queue Handler.
Objects_Information _POSIX_Message_queue_Information
The POSIX Message Queue objects information.
Object Handler Data Structures.
POSIX Message Queues Private Private Support.
Control block used to manage each message queue.
Definition: coremsg.h:136
Definition: objectdata.h:39