Searched refs:next_due (Results 1 – 2 of 2) sorted by relevance
235 struct wl_event_source_timer *next_due; member507 list_tail->next_due = root; in wl_timer_heap_dispatch()511 list_tail->next_due = NULL; in wl_timer_heap_dispatch()524 for (; list_cursor; list_cursor = list_cursor->next_due) { in wl_timer_heap_dispatch()581 source->next_due = NULL; in wl_event_loop_add_timer()
3201 coap_tick_t next_due = 0; in coap_check_async() local3213 if (next_due == 0 || next_due > async->delay - now) in coap_check_async()3214 next_due = async->delay - now; in coap_check_async()3217 return next_due; in coap_check_async()