Searched defs:sys_timeout (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dtimers.h61 * using sys_timeout().
63 * @param arg Additional argument to pass to the function - set up by sys_timeout()
81 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler) macro
83 void sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg);
/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Dsys.c157 sys_timeout(u32_t msecs, sys_timeout_handler h, void *arg) function
173 LWIP_DEBUGF(SYS_DEBUG, ("sys_timeout: %p msecs=%"U32_F" h=%p arg=%p\n",
176 LWIP_ASSERT("sys_timeout: timeouts != NULL", timeouts != NULL);
267 sys_timeout(timeout, sswt_handler, &sswt_cb);
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsys.h49 #define sys_timeout(m,h,a) macro
86 * sys_timeout():
94 void sys_timeout(u32_t msecs, sys_timeout_handler h, void *arg);
/vbox/src/VBox/Devices/Network/lwip/vbox/include/
H A Dlwipopts.h240 #define sys_timeout lwip_sys_timeout macro

Completed in 47 milliseconds