Home
last modified time | relevance | path

Searched refs:uv_pipe (Results 1 – 9 of 9) sorted by relevance

/libuv/test/
H A Dtest-close-fd.c58 ASSERT_OK(uv_pipe(fd, 0, 0)); in TEST_IMPL()
H A Dtest-pipe-set-non-blocking.c81 ASSERT_OK(uv_pipe(fd, 0, 0)); in TEST_IMPL()
H A Dtest-ping-pong.c352 ASSERT_OK(uv_pipe(fds, UV_NONBLOCK_PIPE, UV_NONBLOCK_PIPE)); in pipe2_pinger_new()
H A Dtest-spawn.c1748 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 Dpipe.c502 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 Dpipe.rst166 .. c:function:: int uv_pipe(uv_file fds[2], int read_flags, int write_flags)
/libuv/include/
H A Duv.h513 UV_EXTERN int uv_pipe(uv_file fds[2], int read_flags, int write_flags);
/libuv/src/win/
H A Dpipe.c349 int uv_pipe(uv_file fds[2], int read_flags, int write_flags) { in uv_pipe() function
/libuv/
H A DChangeLog1077 * stream: add uv_pipe and uv_socketpair to the API (Jameson Nash)

Completed in 58 milliseconds