Searched refs:read_pipe (Results 1 – 3 of 3) sorted by relevance
133 read_pipe, write_pipe = os.pipe()149 greeting = os.read(read_pipe, 1024)
518 unique_handle read_pipe(h); in _redirect_pipe_thread() local572 if (!ReadFile(read_pipe.get(), buf, sizeof(buf), &bytes_read, NULL)) { in _redirect_pipe_thread()
213 unique_fd read_pipe; in StartProcess() local