Searched defs:earliest (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-event/
H A Dsd-event.c160 * ordered for the earliest times the events may be
166 Prioq *earliest; member in struct:clock_data
385 prioq_free(d->earliest);
820 prioq_remove(d->earliest, s, &s->time.earliest_index);
919 prioq_reshuffle(d->earliest, s, &s->time.earliest_index);
1084 r = prioq_ensure_allocated(&d->earliest, earliest_time_prioq_compare);
1111 r = prioq_put(d->earliest, s, &s->time.earliest_index);
1629 prioq_reshuffle(d->earliest, s, &s->time.earliest_index);
1686 prioq_reshuffle(d->earliest, s, &s->time.earliest_index);
1771 prioq_reshuffle(d->earliest,
[all...]

Completed in 17 milliseconds