Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dtimeouts.c113 static u32_t timeouts_last_time; variable
186 timeouts_last_time = sys_now(); in sys_timeouts_init()
219 timeouts_last_time = now; in sys_timeout_debug()
221 diff = now - timeouts_last_time; in sys_timeout_debug()
325 diff = now - timeouts_last_time; in sys_check_timeouts()
333 timeouts_last_time += tmptimeout->time; in sys_check_timeouts()
371 timeouts_last_time = sys_now(); in sys_restart_timeouts()
387 diff = sys_now() - timeouts_last_time; in sys_timeouts_sleeptime()
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dtimer.c48 timeouts_last_time = now; in mtimer_start()
50 diff = now - timeouts_last_time; in mtimer_start()

Completed in 3 milliseconds