Lines Matching full:message
175 /** Post a message to an mbox - may not fail
177 * @param mbox mbox to posts the message
178 * @param msg message to post (ATTENTION: can be NULL) */
180 /** Try to post a message to an mbox - may fail if full or ISR
181 * @param mbox mbox to posts the message
182 * @param msg message to post (ATTENTION: can be NULL) */
184 /** Wait for a new message to arrive in the mbox
185 * @param mbox mbox to get a message from
186 * @param msg pointer where the message is stored
187 * @param timeout maximum time (in milliseconds) to wait for a message
188 * @return time (in milliseconds) waited for a message, may be 0 if not waited
194 /** Wait for a new message to arrive in the mbox
195 * @param mbox mbox to get a message from
196 * @param msg pointer where the message is stored
197 * @param timeout maximum time (in milliseconds) to wait for a message
198 * @return 0 (milliseconds) if a message has been received