Lines Matching full:message
69 /* wait for a message, timeouts are processed while waiting */
72 /* wait for a message with timers disabled (e.g. pass a timer-check trigger into tcpip_thread) */
79 * thread using message boxes.
100 /* wait for a message, timeouts are processed while waiting */ in tcpip_thread()
104 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: invalid message: NULL\n")); in tcpip_thread()
105 LWIP_ASSERT("tcpip_thread: invalid message", 0); in tcpip_thread()
111 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: API message %p\n", (void *)msg)); in tcpip_thread()
115 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: API CALL message %p\n", (void *)msg)); in tcpip_thread()
154 LWIP_DEBUGF(TCPIP_DEBUG, ("tcpip_thread: invalid message: %d\n", msg->type)); in tcpip_thread()
155 LWIP_ASSERT("tcpip_thread: invalid message", 0); in tcpip_thread()
317 * Sends a message to TCPIP thread to call a function. Caller thread blocks on
407 * Allocate a structure for a static callback message and initialize it.
428 * Free a callback message allocated by tcpip_callbackmsg_new().
430 * @param msg the message to free
439 * Try to post a callback-message to the tcpip_thread mbox
442 * @param msg pointer to the message to post