Searched refs:wait_for_terminate (Results 1 - 20 of 20) sorted by relevance

/systemd/src/shared/
H A Dspawn-ask-password-agent.c60 (void) wait_for_terminate(agent_pid, NULL);
H A Dspawn-polkit-agent.c85 (void) wait_for_terminate(agent_pid, NULL);
H A Dpager.c162 (void) wait_for_terminate(pager_pid, NULL);
217 r = wait_for_terminate(pid, &status);
H A Dmachine-pool.c146 r = wait_for_terminate(pid, &si);
H A Dlogs-show.c1196 r = wait_for_terminate(child, &si);
/systemd/src/test/
H A Dtest-namespace.c104 r = wait_for_terminate(pid1, &si);
109 r = wait_for_terminate(pid2, &si);
114 r = wait_for_terminate(pid3, &si);
/systemd/src/libsystemd/sd-bus/
H A Dbus-container.c101 r = wait_for_terminate(grandchild, &si);
113 r = wait_for_terminate(child, &si);
226 r = wait_for_terminate(grandchild, &si);
238 r = wait_for_terminate(child, &si);
/systemd/src/basic/
H A Dprocess-util.h58 int wait_for_terminate(pid_t pid, siginfo_t *status);
H A Dprocess-util.c463 int wait_for_terminate(pid_t pid, siginfo_t *status) { function
488 * < 0 : wait_for_terminate() failed to get the state of the
507 r = wait_for_terminate(pid, &status);
537 (void) wait_for_terminate(*pid, NULL);
759 (void) wait_for_terminate(pid, NULL);
H A Dterminal-util.c1080 r = wait_for_terminate(child, &si);
1128 r = wait_for_terminate(child, &si);
/systemd/src/import/
H A Dexport-tar.c78 (void) wait_for_terminate(e->tar_pid, NULL);
H A Dimport-tar.c93 (void) wait_for_terminate(i->tar_pid, NULL);
H A Dpull-tar.c92 (void) wait_for_terminate(i->tar_pid, NULL);
H A Dimportd.c137 (void) wait_for_terminate(t->pid, NULL);
/systemd/src/fsck/
H A Dfsck.c451 r = wait_for_terminate(pid, &status);
/systemd/src/machine/
H A Dmachine-dbus.c356 r = wait_for_terminate(child, &si);
447 r = wait_for_terminate(child, &si);
1047 r = wait_for_terminate(child, &si);
/systemd/src/coredump/
H A Dcoredumpctl.c775 r = wait_for_terminate(pid, &st);
/systemd/src/core/
H A Dmain.c199 r = wait_for_terminate(pid, &status);
242 (void) wait_for_terminate(pid, NULL);
/systemd/src/nspawn/
H A Dnspawn.c2253 * < 0 : wait_for_terminate() failed to get the state of the
2272 r = wait_for_terminate(pid, &status);
/systemd/src/systemctl/
H A Dsystemctl.c5305 j = wait_for_terminate(pid, &status);

Completed in 3768 milliseconds