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