Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/core/
A Dtimers.c286 if (next_timeout == NULL) { in sys_timeout_debug()
287 next_timeout = timeout; in sys_timeout_debug()
292 next_timeout->time -= msecs; in sys_timeout_debug()
294 next_timeout = timeout; in sys_timeout_debug()
325 if (next_timeout == NULL) { in sys_untimeout()
334 next_timeout = t->next; in sys_untimeout()
360 if (next_timeout) { in sys_check_timeouts()
377 tmptimeout = next_timeout; in sys_check_timeouts()
431 if (!next_timeout) { in sys_timeouts_mbox_fetch()
444 tmptimeout = next_timeout; in sys_timeouts_mbox_fetch()
[all …]
/components/net/lwip/lwip-2.0.3/src/core/
A Dtimeouts.c217 if (next_timeout == NULL) { in sys_timeout_debug()
234 if (next_timeout == NULL) { in sys_timeout_debug()
235 next_timeout = timeout; in sys_timeout_debug()
240 next_timeout->time -= msecs; in sys_timeout_debug()
242 next_timeout = timeout; in sys_timeout_debug()
277 if (next_timeout == NULL) { in sys_untimeout()
286 next_timeout = t->next; in sys_untimeout()
315 if (next_timeout) { in sys_check_timeouts()
329 tmptimeout = next_timeout; in sys_check_timeouts()
384 if (next_timeout == NULL) { in sys_timeouts_sleeptime()
[all …]
/components/net/lwip/lwip-2.1.2/src/core/
A Dtimeouts.c130 return &next_timeout; in sys_timeouts_get_next_timeout()
205 if (next_timeout == NULL) { in sys_timeout_abs()
206 next_timeout = timeout; in sys_timeout_abs()
210 timeout->next = next_timeout; in sys_timeout_abs()
211 next_timeout = timeout; in sys_timeout_abs()
323 if (next_timeout == NULL) { in sys_untimeout()
332 next_timeout = t->next; in sys_untimeout()
368 tmptimeout = next_timeout; in sys_check_timeouts()
410 if (next_timeout == NULL) { in sys_restart_timeouts()
415 base = next_timeout->time; in sys_restart_timeouts()
[all …]

Completed in 12 milliseconds