Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-event/
Dsd-event.c116 Hashmap *child_sources; member
354 hashmap_free(e->child_sources); in event_free()
866 (void) hashmap_remove(s->event->child_sources, PID_TO_PTR(s->child.pid)); in source_disconnect()
1423 r = hashmap_ensure_allocated(&e->child_sources, NULL); in sd_event_add_child()
1427 if (hashmap_contains(e->child_sources, PID_TO_PTR(pid))) in sd_event_add_child()
1469 r = hashmap_put(e->child_sources, PID_TO_PTR(pid), s); in sd_event_add_child()
1515 r = hashmap_ensure_allocated(&e->child_sources, NULL); in sd_event_add_child_pidfd()
1523 if (hashmap_contains(e->child_sources, PID_TO_PTR(pid))) in sd_event_add_child_pidfd()
1539 r = hashmap_put(e->child_sources, PID_TO_PTR(pid), s); in sd_event_add_child_pidfd()
3240 HASHMAP_FOREACH(s, e->child_sources) { in process_child()