Searched refs:sc_repo_pid (Results 1 – 3 of 3) sorted by relevance
384 est->sc_repo_pid = old->sc_repo_pid; in engine_source()449 if (est->sc_repo_pid != old->sc_repo_pid) in engine_source()486 est->sc_repo_pid = -1; in engine_init()
345 pid_t sc_repo_pid; member
790 if ((est->sc_repo_pid = fork()) == 0) { in start_private_repository()795 } else if (est->sc_repo_pid == -1) in start_private_repository()799 pid = waitpid(est->sc_repo_pid, &stat, 0); in start_private_repository()829 est->sc_repo_pid = info.di_target; in start_private_repository()840 if (est->sc_repo_pid > 0) { in lscf_cleanup()841 (void) kill(est->sc_repo_pid, SIGTERM); in lscf_cleanup()842 (void) waitpid(est->sc_repo_pid, NULL, 0); in lscf_cleanup()845 est->sc_repo_pid = 0; in lscf_cleanup()