Searched defs:child_process (Results 1 – 1 of 1) sorted by relevance
15 struct child_process { struct16 const char **argv;17 pid_t pid;49 int start_command(struct child_process *); argument