Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-event/
Dsd-event.c119 Set *post_sources; member
355 set_free(e->post_sources); in event_free()
881 set_remove(s->event->post_sources, s); in source_disconnect()
1632 r = set_ensure_put(&e->post_sources, NULL, s); in sd_event_add_post()
3570 SET_FOREACH(z, s->event->post_sources) { in source_dispatch()