Lines Matching full:message
38 .Nd receive a message from a message queue
50 function receives a message from the message queue specified in
56 long mtype; /* message type */
57 char mtext[1]; /* body of message */
75 The first message of type
83 The first message on the queue will be received.
89 The first message of the lowest message type that is
98 specifies the maximum length of the requested message.
100 message has a length greater than
108 If no matching message is present on the message queue specified by
131 A message of the requested type becomes available on the message queue.
133 The message queue is removed, in which case -1 will be returned, and
145 If a message is successfully received, the data structure associated with
151 is decremented by the size of the message.
182 is not a valid message queue identifier.
184 The message queue was removed while
186 was waiting for a message of the requested type to become available on it.
193 A matching message was received, but its size was greater than
200 The calling process does not have read access to the message queue.
209 There is no message of the requested type available on the message queue,
220 Message queues appeared in the first release of