Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/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 …]
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dtimer.c46 if (next_timeout == NULL) { in mtimer_start()

Completed in 3 milliseconds