Lines Matching full:message
246 * Post a message to an mbox - may not fail
248 * @param mbox mbox to posts the message
249 * @param msg message to post (ATTENTION: can be NULL)
254 * Try to post a message to an mbox - may fail if full or ISR
255 * @param mbox mbox to posts the message
256 * @param msg message to post (ATTENTION: can be NULL)
261 * Wait for a new message to arrive in the mbox
262 * @param mbox mbox to get a message from
263 * @param msg pointer where the message is stored
264 * @param timeout maximum time (in milliseconds) to wait for a message (0 = wait forever)
265 * @return time (in milliseconds) waited for a message, may be 0 if not waited
274 * Wait for a new message to arrive in the mbox
275 * @param mbox mbox to get a message from
276 * @param msg pointer where the message is stored
277 * @return 0 (milliseconds) if a message has been received