Searched refs:sys_timeout_debug (Results 1 – 6 of 6) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | timers.h | 80 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 D | timeouts.h | 99 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 D | timeouts.h | 106 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 D | timeouts.c | 201 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 D | timers.c | 263 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 D | timeouts.c | 287 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