Home
last modified time | relevance | path

Searched refs:sys_timeouts_sleeptime (Results 1 - 4 of 4) sorted by relevance

/third_party/lwip/test/unit/core/
H A 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/
H A Dtimeouts.h63 /** Returned by sys_timeouts_sleeptime() to indicate there is no timer, so we
119 u32_t sys_timeouts_sleeptime(void);
/third_party/lwip/src/core/
H A Dtimeouts.c428 sys_timeouts_sleeptime(void) in sys_timeouts_sleeptime() function
/third_party/lwip/src/api/
H A Dtcpip.c95 sleeptime = sys_timeouts_sleeptime(); in tcpip_timeouts_mbox_fetch()

Completed in 3 milliseconds