mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-13 19:57:05 +08:00
Start implementing unit tests for timers
This commit is contained in:
@@ -106,13 +106,17 @@ void sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg);
|
||||
|
||||
void sys_untimeout(sys_timeout_handler handler, void *arg);
|
||||
void sys_restart_timeouts(void);
|
||||
#if NO_SYS
|
||||
#if LWIP_TESTMODE || NO_SYS
|
||||
void sys_check_timeouts(void);
|
||||
u32_t sys_timeouts_sleeptime(void);
|
||||
#else /* NO_SYS */
|
||||
#endif
|
||||
#if !NO_SYS
|
||||
void sys_timeouts_mbox_fetch(sys_mbox_t *mbox, void **msg);
|
||||
#endif /* NO_SYS */
|
||||
|
||||
#if LWIP_TESTMODE
|
||||
struct sys_timeo** lwip_sys_timers_get_next_timout(void);
|
||||
#endif
|
||||
|
||||
#endif /* LWIP_TIMERS */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user