Home
last modified time | relevance | path

Searched refs:sys_timeouts_sleeptime (Results 1 – 5 of 5) sorted by relevance

/third_party/lwip/test/unit/core/
Dtest_timers.c135 fail_unless(sys_timeouts_sleeptime() == 10); in do_test_timers()
137 fail_unless(sys_timeouts_sleeptime() == 10); in do_test_timers()
139 fail_unless(sys_timeouts_sleeptime() == 5); in do_test_timers()
198 fail_unless(sys_timeouts_sleeptime() == LWIP_UINT32_MAX / 4); in START_TEST()
/third_party/lwip/src/include/lwip/
Dtimeouts.h115 u32_t sys_timeouts_sleeptime(void);
/third_party/lwip/src/core/
Dtimeouts.c426 sys_timeouts_sleeptime(void) in sys_timeouts_sleeptime() function
/third_party/lwip/src/api/
Dtcpip.c91 sleeptime = sys_timeouts_sleeptime(); in tcpip_timeouts_mbox_fetch()
/third_party/lwip/
DCHANGELOG589 * timers.h/.c: introduce sys_timeouts_sleeptime (returns the time left before
855 * timers.c: patch #8704 fix sys_timeouts_sleeptime function