Searched defs:sys_timeout_handler (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dtimers.h65 typedef void (* sys_timeout_handler)(void *arg); typedef
70 sys_timeout_handler h;
80 void sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name);
83 void sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg);
86 void sys_untimeout(sys_timeout_handler handler, void *arg);
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsys.h69 typedef void (* sys_timeout_handler)(void *arg); typedef
74 sys_timeout_handler h;
94 void sys_timeout(u32_t msecs, sys_timeout_handler h, void *arg);
95 void sys_untimeout(sys_timeout_handler h, void *arg);

Completed in 53 milliseconds