Searched refs:sys_timeout_debug (Results 1 – 2 of 2) sorted by relevance
/lk-master/external/lib/lwip/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)
|
/lk-master/external/lib/lwip/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
|
Completed in 3 milliseconds