Home
last modified time | relevance | path

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

/third_party/wayland_standard/src/
Devent-loop.c251 time_lt(struct timespec ta, struct timespec tb) in time_lt() function
407 if (time_lt(other_child->deadline, child->deadline)) in heap_sift_down()
411 if (time_lt(child->deadline, key)) in heap_sift_down()
433 if (time_lt(key, parent->deadline)) in heap_sift_up()
499 if (time_lt(now, root->deadline)) in wl_timer_heap_dispatch()
631 } else if (time_lt(deadline, tsource->deadline)) { in wl_event_source_timer_update()