Searched refs:sys_timeout_debug (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dtimers.h80 void sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name);
81 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler)
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/
H A Dlwip-namespace.h156 #define sys_timeout_debug lwip_sys_timeout_debug macro
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtimers.c364 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name) function

Completed in 52 milliseconds