Searched defs:child_process (Results 1 – 3 of 3) sorted by relevance
18 struct child_process { struct19 const char **argv;20 pid_t pid;52 int start_command(struct child_process *); argument
41 static int child_process(void *arg) in child_process() function