Lines Matching full:queue
10 .Nd send a message to a message queue (REALTIME)
37 to the message queue specified by
47 attribute of the message queue, or
51 If the specified message queue is not full,
53 behaves as if the message is inserted into the message queue at the
61 A message will be inserted after other messages in the queue,
69 If the specified message queue is full and
71 is not set in the message queue description associated with
78 in the message queue, then the thread of the highest priority that has
80 If the specified message queue is full and
82 is set in the message queue description associated with
90 function will add a message to the message queue specified by
95 However, if the specified message queue is full and
97 is not set in the message queue description associated with
99 the wait for sufficient room in the queue will be terminated
103 is set in the message queue description, this function will be equivalent to
123 sufficient room in the queue to add the message immediately.
126 parameter need not be checked when there is sufficient room in the queue.
147 flag is set in the message queue description associated with
149 and the specified message queue is full.
153 argument is not a valid message queue descriptor open for writing.
170 exceeds the message size attribute of the message queue.
174 flag was not set when the message queue was opened,
175 but the timeout expired before the message could be added to the queue.