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

/systemd/src/basic/
H A Dutil.c193 pid_t executor_pid; local
208 executor_pid = fork();
209 if (executor_pid < 0) {
213 } else if (executor_pid == 0) {
218 wait_for_terminate_and_warn(name, executor_pid, true);

Completed in 11 milliseconds