Searched refs:command_pid (Results 1 – 3 of 3) sorted by relevance
680 static pid_t command_pid; variable687 if (command_pid > 0) in outbuf_memory_error()688 kill (command_pid, SIGTERM); in outbuf_memory_error()3573 command_pid = -1; in do_cvs_command()3670 command_pid = fork (); in do_cvs_command()3671 if (command_pid < 0) in do_cvs_command()3677 if (command_pid == 0) in do_cvs_command()4127 while (command_pid > 0) in do_cvs_command()4131 waited_pid = waitpid (command_pid, &status, 0); in do_cvs_command()4169 if (waited_pid == command_pid) in do_cvs_command()[all …]
2567 (server_cleanup): If command_pid is nonzero, wait for it to die,
3432 (command_pid, outbuf_memory_error, input_memory_error): Moved above new