Lines Matching full:message
443 /** Post a message to an mbox - may not fail
445 * @param mbox mbox to posts the message
446 * @param msg message to post (ATTENTION: can be NULL)
470 /** Wait for a new message to arrive in the mbox
471 * @param mbox mbox to get a message from
472 * @param msg pointer where the message is stored
473 * @param timeout maximum time (in milliseconds) to wait for a message
474 * @return time (in milliseconds) waited for a message, may be 0 if not waited
521 /** Wait for a new message to arrive in the mbox
522 * @param mbox mbox to get a message from
523 * @param msg pointer where the message is stored
524 * @param timeout maximum time (in milliseconds) to wait for a message
525 * @return 0 (milliseconds) if a message has been received