Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dtimeouts.c316 struct sys_timeo *tmptimeout; in sys_check_timeouts() local
329 tmptimeout = next_timeout; in sys_check_timeouts()
330 if (tmptimeout && (tmptimeout->time <= diff)) { in sys_check_timeouts()
333 timeouts_last_time += tmptimeout->time; in sys_check_timeouts()
334 diff -= tmptimeout->time; in sys_check_timeouts()
335 next_timeout = tmptimeout->next; in sys_check_timeouts()
336 handler = tmptimeout->h; in sys_check_timeouts()
337 arg = tmptimeout->arg; in sys_check_timeouts()
341 tmptimeout->handler_name, arg)); in sys_check_timeouts()
344 memp_free(MEMP_SYS_TIMEOUT, tmptimeout); in sys_check_timeouts()
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dtimer.c127 struct mtimer *tmptimeout; in mtimer_mbox_fetch() local
146 tmptimeout = g_timer_list; in mtimer_mbox_fetch()
147 g_timer_list = tmptimeout->next; in mtimer_mbox_fetch()
148 handler = tmptimeout->h; in mtimer_mbox_fetch()
149 arg = tmptimeout->arg; in mtimer_mbox_fetch()
150 free(tmptimeout); in mtimer_mbox_fetch()

Completed in 3 milliseconds