Go to the documentation of this file.
33 #ifndef __LWIP_TIMERS_H__
34 #define __LWIP_TIMERS_H__
39 #define LWIP_TIMERS (!NO_SYS || (NO_SYS && !NO_SYS_NO_TIMERS))
50 #ifndef LWIP_DEBUG_TIMERNAMES
52 #define LWIP_DEBUG_TIMERNAMES SYS_DEBUG
54 #define LWIP_DEBUG_TIMERNAMES 0
70 #if LWIP_DEBUG_TIMERNAMES
71 const char* handler_name;
77 #if LWIP_DEBUG_TIMERNAMES
79 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler)
86 void sys_check_timeouts(
void);
87 void sys_restart_timeouts(
void);