Searched refs:out_fds (Results 1 – 1 of 1) sorted by relevance
34 int in_fds[2], out_fds[2], pid, n, err; in start_watchdog() local47 err = os_pipe(out_fds, 1, 0); in start_watchdog()53 data.stdin_fd = out_fds[0]; in start_watchdog()55 data.close_me[0] = out_fds[1]; in start_watchdog()70 close(out_fds[0]); in start_watchdog()94 *out_fd_ret = out_fds[1]; in start_watchdog()101 close(out_fds[0]); in start_watchdog()102 close(out_fds[1]); in start_watchdog()
Completed in 4 milliseconds