Searched refs:child_process (Results 1 – 8 of 8) sorted by relevance
18 struct child_process { struct53 int (*no_exec_cmd)(struct child_process *process); argument56 int start_command(struct child_process *);57 int check_if_command_finished(struct child_process *);58 int finish_command(struct child_process *);59 int run_command(struct child_process *);
31 int start_command(struct child_process *cmd) in start_command()170 static int wait_or_whine(struct child_process *cmd, bool block) in wait_or_whine()230 int check_if_command_finished(struct child_process *cmd) in check_if_command_finished()268 int finish_command(struct child_process *cmd) in finish_command()273 int run_command(struct child_process *cmd) in run_command()281 static void prepare_run_command_v_opt(struct child_process *cmd, in prepare_run_command_v_opt()294 struct child_process cmd; in run_command_v_opt()
52 static struct child_process pager_process;
453 static void addr2line_subprocess_cleanup(struct child_process *a2l) in addr2line_subprocess_cleanup()466 static struct child_process *addr2line_subprocess_init(const char *addr2line_path, in addr2line_subprocess_init()474 struct child_process *a2l = zalloc(sizeof(*a2l)); in addr2line_subprocess_init()507 static enum a2l_style addr2line_configure(struct child_process *a2l, const char *dso_name) in addr2line_configure()698 struct child_process *a2l = dso__a2l(dso); in addr2line()839 struct child_process *a2l = dso__a2l(dso); in dso__free_a2l()
37 static struct child_process tpebs_cmd;
2103 struct child_process objdump_process; in symbol__disassemble_objdump()
294 struct child_process process;317 static int run_test_child(struct child_process *process) in run_test_child()
75 struct child_process ec_process; in check_emacsclient_version()
Completed in 16 milliseconds