Searched refs:time_less_than (Results 1 – 1 of 1) sorted by relevance
62 STATIC bool time_less_than(struct qentry *item, struct qentry *parent) { in time_less_than() function93 bool lessthan = time_less_than(&item, parent); in utimeq_heap_siftdown()111 bool lessthan = time_less_than(&heap->items[child_pos], &heap->items[child_pos + 1]); in utimeq_heap_siftup()
Completed in 2 milliseconds