Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-event/
Dsd-event.c269 static int time_prioq_compare(const void *a, const void *b, usec_t (*time_func)(const sd_event_sour… in time_prioq_compare() function
288 return time_prioq_compare(a, b, time_event_source_next); in earliest_time_prioq_compare()
292 return time_prioq_compare(a, b, time_event_source_latest); in latest_time_prioq_compare()