Lines Matching full:message

43 .Nd "send a message to message queue (REALTIME)"
66 system call adds the message pointed to by the argument
68 to the message queue specified by
72 argument specifies the length of the message, in bytes, pointed to by
78 attribute of the message queue, or
82 If the specified message queue is not full,
84 will behave as if the message is inserted into the message queue at
88 A message with a larger numeric value of
92 A message will be inserted after other messages in the queue, if any,
100 If the specified message queue is full and
102 is not set in the message queue description associated with
106 message, or until
110 waiting to send when space becomes available in the message queue and
113 to send its message.
116 If the specified message queue is full and
118 is set in the message queue description associated with
120 the message will not be queued and
126 system call will add a message to the message queue specified by
131 However, if the specified message queue is full and
133 is not set in the message queue description associated with
139 is set in the message queue description, this system call is
161 Otherwise, no message will be
177 flag is set in the message queue description associated with
179 and the specified message queue is full.
183 argument is not a valid message queue descriptor open for writing.
199 The specified message length,
201 exceeds the message size attribute of the message queue.
205 flag was not set when the message queue was opened, but the timeout
206 expired before the message could be added to the queue.
223 message queues first appeared in