Searched refs:control_pipe (Results 1 – 1 of 1) sorted by relevance
90 int control_pipe[2]; in Start() local91 if (pipe(control_pipe)) in Start()94 if (fcntl(control_pipe[0], F_SETFD, FD_CLOEXEC)) in Start()96 if (fcntl(control_pipe[1], F_SETFD, FD_CLOEXEC)) in Start()99 if (fcntl(control_pipe[0], F_SETFL, O_NONBLOCK)) in Start()102 control_pipe_in_ = control_pipe[0]; in Start()103 control_pipe_out_ = control_pipe[1]; in Start()