Home
last modified time | relevance | path

Searched refs:pipe (Results 26 – 40 of 40) sorted by relevance

12

/libuv/
H A DChangeLog833 * win,pipe: fix bugs with pipe resource lifetime management (Jameson Nash)
1043 * pipe: remove useless assertion (~locpyl-tidnyd)
1647 * pipe: disallow listening on an IPC pipe (Witold Kręcicki)
2549 * win: fix pointer type in pipe.c (Ben Noordhuis)
2598 * win,pipe: refactor pipe read cancellation logic (Bert Belder)
2604 * win,pipe: fix IPC pipe deadlock (Bert Belder)
2675 * win, pipe: stop read for overlapped pipe (Bartosz Sosnowski)
3394 * doc: use valid pipe name in pipe-echo-server (Bernardo Ramos)
4095 * win: reset pipe handle for pipe servers (Saúl Ibarra Corretgé)
4097 * win: fix replacing pipe handle for pipe servers (Saúl Ibarra Corretgé)
[all …]
/libuv/docs/src/
H A Dstream.rst192 Extended write function for sending handles over a pipe. The pipe must be
196 `send_handle` must be a TCP, pipe and UDP handle on Unix, or a TCP
214 handles over a pipe like c:func:`uv_write2`.
H A Dhandle.rst202 This function works for TCP, pipe and UDP handles on Unix and for TCP and
219 This function works for TCP, pipe and UDP handles on Unix and for TCP and
266 e.g. `"pipe"` (as in :c:type:`uv_pipe_t`) for `UV_NAMED_PIPE`.
H A Dmigration_010_100.rst191 data on a pipe, which could also result in the reception of handles over it. The callback
196 void on_read(uv_pipe_t* pipe,
H A Derrors.rst264 broken pipe
H A Dprocess.rst132 * Open a new pipe into `data.stream`, per the flags below. The
/libuv/docs/src/guide/
H A Dfilesystem.rst220 associates the pipe with the file descriptor, in this case ``0`` (standard
252 .. rubric:: uvtee/main.c - Write to pipe
269 unknowingly be writing to a pipe. This makes it susceptible to `aborting on
/libuv/include/uv/
H A Dwin.h501 } pipe;
/libuv/test/
H A Dtest-spawn.c628 uv_pipe_t pipe; in TEST_IMPL() local
633 uv_pipe_init(uv_default_loop(), &pipe, 0); in TEST_IMPL()
639 options.stdio[3].data.stream = (uv_stream_t*) &pipe; in TEST_IMPL()
645 r = uv_read_start((uv_stream_t*) &pipe, on_alloc, on_read); in TEST_IMPL()
H A Dbenchmark-multi-accept.c29 uv_pipe_t pipe; member
H A Dtest-poll.c664 ASSERT_OK(pipe(fd));
H A Dtest-fs.c3829 ASSERT_OK(pipe(pipe_fds)); in test_fs_partial()
/libuv/src/unix/
H A Dpipe.c524 if (pipe(temp)) in uv_pipe()
/libuv/src/win/
H A Dprocess.c1113 ((uv_pipe_t*) fdopt->data.stream)->pipe.conn.ipc_remote_pid = in uv_spawn()
/libuv/include/
H A Duv.h168 XX(NAMED_PIPE, pipe) \

Completed in 79 milliseconds

12