Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/port/core/
A Dtimer.c95 struct mtimer *prev_t, *t; in mtimer_stop() local
101 for (t = g_timer_list, prev_t = NULL; t != NULL; prev_t = t, t = t->next) { in mtimer_stop()
105 if (prev_t == NULL) { in mtimer_stop()
108 prev_t->next = t->next; in mtimer_stop()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dtimeouts.c275 struct sys_timeo *prev_t, *t; in sys_untimeout() local
281 for (t = next_timeout, prev_t = NULL; t != NULL; prev_t = t, t = t->next) { in sys_untimeout()
285 if (prev_t == NULL) { in sys_untimeout()
288 prev_t->next = t->next; in sys_untimeout()

Completed in 3 milliseconds