Home
last modified time | relevance | path

Searched refs:sys_timeout_debug (Results 1 – 6 of 6) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dtimers.h80 void sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_nam…
81 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler)
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dtimeouts.h99 void sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_nam…
100 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler)
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dtimeouts.h106 void sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_nam…
107 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler)
/components/net/lwip/lwip-2.0.3/src/core/
A Dtimeouts.c201 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name) in sys_timeout_debug() function
/components/net/lwip/lwip-1.4.1/src/core/
A Dtimers.c263 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char* handler_name) in sys_timeout_debug() function
/components/net/lwip/lwip-2.1.2/src/core/
A Dtimeouts.c287 sys_timeout_debug(u32_t msecs, sys_timeout_handler handler, void *arg, const char *handler_name) in sys_timeout_debug() function

Completed in 7 milliseconds