Home
last modified time | relevance | path

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

/third_party/wayland_standard/src/
Devent-loop.c235 struct wl_event_source_timer *next_due; member
507 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()
/third_party/libcoap/src/
Dnet.c3201 coap_tick_t next_due = 0; in coap_check_async() local
3213 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()