Home
last modified time | relevance | path

Searched refs:sys_timeo (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/core/
Dtimeouts.c122 static struct sys_timeo *next_timeout;
127 struct sys_timeo**
186 struct sys_timeo *timeout, *t; in sys_timeout_abs()
188 timeout = (struct sys_timeo *)memp_malloc(MEMP_SYS_TIMEOUT); in sys_timeout_abs()
319 struct sys_timeo *prev_t, *t; in sys_untimeout()
362 struct sys_timeo *tmptimeout; in sys_check_timeouts()
408 struct sys_timeo *t; in sys_restart_timeouts()
/third_party/lwip/test/unit/core/
Dtest_timers.c9 static struct sys_timeo* old_list_head;
14 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.h93 struct sys_timeo { struct
94 struct sys_timeo *next; argument
118 struct sys_timeo** sys_timeouts_get_next_timeout(void); argument
/third_party/lwip/src/include/lwip/priv/
Dmemp_std.h102 LWIP_MEMPOOL(SYS_TIMEOUT, MEMP_NUM_SYS_TIMEOUT, sizeof(struct sys_timeo), "SYS_TIMEOUT")