Searched refs:sys_timeo (Results 1 – 10 of 10) sorted by relevance
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | timeouts.h | 93 struct sys_timeo { struct 94 struct sys_timeo *next; argument 118 struct sys_timeo** sys_timeouts_get_next_timeout(void); argument
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | timeouts.c | 122 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()
|
| /components/net/lwip/lwip-2.1.2/test/unit/core/ |
| A D | test_timers.c | 9 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()
|
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | timers.c | 64 static struct sys_timeo *next_timeout; 269 struct sys_timeo *timeout, *t; in sys_timeout_debug() 271 timeout = (struct sys_timeo *)memp_malloc(MEMP_SYS_TIMEOUT); in sys_timeout_debug() 323 struct sys_timeo *prev_t, *t; in sys_untimeout() 361 struct sys_timeo *tmptimeout; in sys_check_timeouts() 426 struct sys_timeo *tmptimeout; in sys_timeouts_mbox_fetch()
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | timeouts.c | 112 static struct sys_timeo *next_timeout; 207 struct sys_timeo *timeout, *t; in sys_timeout_debug() 210 timeout = (struct sys_timeo *)memp_malloc(MEMP_SYS_TIMEOUT); in sys_timeout_debug() 275 struct sys_timeo *prev_t, *t; in sys_untimeout() 316 struct sys_timeo *tmptimeout; in sys_check_timeouts()
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | timers.h | 67 struct sys_timeo { struct 68 struct sys_timeo *next; argument
|
| A D | memp_std.h | 75 LWIP_MEMPOOL(SYS_TIMEOUT, MEMP_NUM_SYS_TIMEOUT, sizeof(struct sys_timeo), "SYS_TIMEOUT")
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | timeouts.h | 86 struct sys_timeo { struct 87 struct sys_timeo *next; argument
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/priv/ |
| A D | memp_std.h | 95 LWIP_MEMPOOL(SYS_TIMEOUT, MEMP_NUM_SYS_TIMEOUT, sizeof(struct sys_timeo), "SYS_TIMEOUT")
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/priv/ |
| A D | memp_std.h | 102 LWIP_MEMPOOL(SYS_TIMEOUT, MEMP_NUM_SYS_TIMEOUT, sizeof(struct sys_timeo), "SYS_TIMEOUT")
|
Completed in 12 milliseconds