Searched refs:flowcontrol_pipe (Results 1 – 2 of 2) sorted by relevance
2718 static int flowcontrol_pipe[2]; variable2803 if (pipe (flowcontrol_pipe) < 0)2809 set_nonblock_fd (flowcontrol_pipe[0]);2810 set_nonblock_fd (flowcontrol_pipe[1]);2886 close_on_exec (flowcontrol_pipe[0]);2887 close (flowcontrol_pipe[1]);2999 if (close (flowcontrol_pipe[0]) < 0)3005 flowcontrol_pipe[0] = -1;3036 if (write(flowcontrol_pipe[1], "S", 1) == 1)3041 if (write(flowcontrol_pipe[1], "G", 1) == 1)[all …]
2049 from flowcontrol_pipe.