Lines Matching full:message
288 * Post a message to an mbox - may not fail
291 * @param mbox mbox to posts the message
292 * @param msg message to post (ATTENTION: can be NULL)
297 * Try to post a message to an mbox - may fail if full.
301 * @param mbox mbox to posts the message
302 * @param msg message to post (ATTENTION: can be NULL)
307 * Try to post a message to an mbox - may fail if full.
311 * @param mbox mbox to posts the message
312 * @param msg message to post (ATTENTION: can be NULL)
317 * Blocks the thread until a message arrives in the mailbox, but does
320 * be blocked until a message arrives. The "msg" argument is a result
322 * ptr"). The "msg" parameter maybe NULL to indicate that the message
331 * @param mbox mbox to get a message from
332 * @param msg pointer where the message is stored
333 * @param timeout maximum time (in milliseconds) to wait for a message (0 = wait forever)
334 * @return SYS_ARCH_TIMEOUT on timeout, any other value if a message has been received
341 * This is similar to sys_arch_mbox_fetch, however if a message is not
350 * @param mbox mbox to get a message from
351 * @param msg pointer where the message is stored
352 * @return 0 (milliseconds) if a message has been received