Searched refs:uv_pipe (Results 1 – 9 of 9) sorted by relevance
/libuv/test/ |
H A D | test-close-fd.c | 58 ASSERT_OK(uv_pipe(fd, 0, 0)); in TEST_IMPL()
|
H A D | test-pipe-set-non-blocking.c | 81 ASSERT_OK(uv_pipe(fd, 0, 0)); in TEST_IMPL()
|
H A D | test-ping-pong.c | 352 ASSERT_OK(uv_pipe(fds, UV_NONBLOCK_PIPE, UV_NONBLOCK_PIPE)); in pipe2_pinger_new()
|
H A D | test-spawn.c | 1748 ASSERT_OK(uv_pipe(fd, 0, 0)); in TEST_IMPL() 1907 ASSERT_OK(uv_pipe(fds_stdin, 0, 0)); in TEST_IMPL() 1908 ASSERT_OK(uv_pipe(fds_stdout, 0, 0)); in TEST_IMPL()
|
/libuv/src/unix/ |
H A D | pipe.c | 502 int uv_pipe(uv_os_fd_t fds[2], int read_flags, int write_flags) { in uv_pipe() function 554 return uv_pipe(fds, in uv__make_pipe()
|
/libuv/docs/src/ |
H A D | pipe.rst | 166 .. c:function:: int uv_pipe(uv_file fds[2], int read_flags, int write_flags)
|
/libuv/include/ |
H A D | uv.h | 514 UV_EXTERN int uv_pipe(uv_file fds[2], int read_flags, int write_flags);
|
/libuv/src/win/ |
H A D | pipe.c | 349 int uv_pipe(uv_file fds[2], int read_flags, int write_flags) { in uv_pipe() function
|
/libuv/ |
H A D | ChangeLog | 1328 * stream: add uv_pipe and uv_socketpair to the API (Jameson Nash)
|
Completed in 59 milliseconds