Home
last modified time | relevance | path

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

/systemd-251/src/udev/
Dudev-event.c667 static int on_spawn_sigchld(sd_event_source *s, const siginfo_t *si, void *userdata) { in on_spawn_sigchld() function
754 r = sd_event_add_child(e, &sigchld_source, spawn->pid, WEXITED, on_spawn_sigchld, spawn); in spawn_wait()
/systemd-251/src/test/
Dtest-execute.c546 static int on_spawn_sigchld(sd_event_source *s, const siginfo_t *si, void *userdata) { in on_spawn_sigchld() function
600 … assert_se(sd_event_add_child(e, &sigchld_source, pid, WEXITED, on_spawn_sigchld, NULL) >= 0); in find_libraries()