Searched refs:wait_for_terminate (Results 1 - 20 of 20) sorted by relevance
/systemd/src/shared/ |
H A D | spawn-ask-password-agent.c | 60 (void) wait_for_terminate(agent_pid, NULL);
|
H A D | spawn-polkit-agent.c | 85 (void) wait_for_terminate(agent_pid, NULL);
|
H A D | pager.c | 162 (void) wait_for_terminate(pager_pid, NULL); 217 r = wait_for_terminate(pid, &status);
|
H A D | machine-pool.c | 146 r = wait_for_terminate(pid, &si);
|
H A D | logs-show.c | 1196 r = wait_for_terminate(child, &si);
|
/systemd/src/test/ |
H A D | test-namespace.c | 104 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 D | bus-container.c | 101 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 D | process-util.h | 58 int wait_for_terminate(pid_t pid, siginfo_t *status);
|
H A D | process-util.c | 463 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 D | terminal-util.c | 1080 r = wait_for_terminate(child, &si); 1128 r = wait_for_terminate(child, &si);
|
/systemd/src/import/ |
H A D | export-tar.c | 78 (void) wait_for_terminate(e->tar_pid, NULL);
|
H A D | import-tar.c | 93 (void) wait_for_terminate(i->tar_pid, NULL);
|
H A D | pull-tar.c | 92 (void) wait_for_terminate(i->tar_pid, NULL);
|
H A D | importd.c | 137 (void) wait_for_terminate(t->pid, NULL);
|
/systemd/src/fsck/ |
H A D | fsck.c | 451 r = wait_for_terminate(pid, &status);
|
/systemd/src/machine/ |
H A D | machine-dbus.c | 356 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 D | coredumpctl.c | 775 r = wait_for_terminate(pid, &st);
|
/systemd/src/core/ |
H A D | main.c | 199 r = wait_for_terminate(pid, &status); 242 (void) wait_for_terminate(pid, NULL);
|
/systemd/src/nspawn/ |
H A D | nspawn.c | 2253 * < 0 : wait_for_terminate() failed to get the state of the 2272 r = wait_for_terminate(pid, &status);
|
/systemd/src/systemctl/ |
H A D | systemctl.c | 5305 j = wait_for_terminate(pid, &status);
|
Completed in 3768 milliseconds