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

/systemd/src/libsystemd/sd-event/
H A Dsd-event.c128 unsigned earliest_index; member in struct:sd_event_source::__anon147::__anon149
820 prioq_remove(d->earliest, s, &s->time.earliest_index);
919 prioq_reshuffle(d->earliest, s, &s->time.earliest_index);
1105 s->time.earliest_index = s->time.latest_index = PRIOQ_IDX_NULL;
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, s, &s->time.earliest_index);
2089 prioq_reshuffle(d->earliest, s, &s->time.earliest_index);

Completed in 146 milliseconds