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

/systemd/src/libsystemd/sd-event/
H A Dsd-event.c209 Hashmap *child_sources; member in struct:sd_event
421 hashmap_free(e->child_sources);
844 (void) hashmap_remove(s->event->child_sources, PID_TO_PTR(s->child.pid));
1215 r = hashmap_ensure_allocated(&e->child_sources, NULL);
1219 if (hashmap_contains(e->child_sources, PID_TO_PTR(pid)))
1232 r = hashmap_put(e->child_sources, PID_TO_PTR(pid), s);
2124 HASHMAP_FOREACH(s, e->child_sources, i) {

Completed in 316 milliseconds