Home
last modified time | relevance | path

Searched refs:sys_timeouts_get_next_timeout (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/test/unit/core/
Dtest_timers.c14 struct sys_timeo** list_head = sys_timeouts_get_next_timeout(); in timers_setup()
22 struct sys_timeo** list_head = sys_timeouts_get_next_timeout(); in timers_teardown()
49 struct sys_timeo** list_head = sys_timeouts_get_next_timeout(); in do_test_cyclic_timers()
130 struct sys_timeo** list_head = sys_timeouts_get_next_timeout(); in do_test_timers()
/third_party/lwip/src/include/lwip/
Dtimeouts.h118 struct sys_timeo** sys_timeouts_get_next_timeout(void);
/third_party/lwip/src/core/
Dtimeouts.c128 sys_timeouts_get_next_timeout(void) in sys_timeouts_get_next_timeout() function