Searched refs:fork_sync_exec (Results 1 – 1 of 1) sorted by relevance
133 static pid_t fork_sync_exec(const char *command, int fd);287 const pid_t child_pid = fork_sync_exec(env.command, child_exec_event_fd); in main()640 pid_t fork_sync_exec(const char *command, int fd) in fork_sync_exec() function