Searched refs:protocol_pipe (Results 1 – 2 of 2) sorted by relevance
2740 int protocol_pipe[2]; local2751 protocol_pipe[0] = -1;2752 protocol_pipe[1] = -1;2796 if (pipe (protocol_pipe) < 0)2857 protocol = fd_buffer_initialize (protocol_pipe[1], 0,2883 close (protocol_pipe[0]);2884 close_on_exec (protocol_pipe[1]);2941 if (protocol_pipe[0] > num_to_check)2942 num_to_check = protocol_pipe[0];2943 FD_SET (protocol_pipe[0], &command_fds_to_drain.fds);[all …]
2968 protocol_pipe vs. stderr_pipe race instead of a stdout_pipe