Searched refs:UV_NONBLOCK_PIPE (Results 1 – 19 of 19) sorted by relevance
/third_party/node/deps/uv/src/unix/ |
D | pipe.c | 392 if ((read_flags & UV_NONBLOCK_PIPE) && (write_flags & UV_NONBLOCK_PIPE)) in uv_pipe() 414 if (read_flags & UV_NONBLOCK_PIPE) in uv_pipe() 418 if (write_flags & UV_NONBLOCK_PIPE) in uv_pipe() 435 flags & UV_NONBLOCK_PIPE, in uv__make_pipe() 436 flags & UV_NONBLOCK_PIPE); in uv__make_pipe()
|
D | tcp.c | 483 if ((flags0 & UV_NONBLOCK_PIPE) && (flags1 & UV_NONBLOCK_PIPE)) in uv_socketpair() 504 if (flags0 & UV_NONBLOCK_PIPE) in uv_socketpair() 507 if (flags1 & UV_NONBLOCK_PIPE) in uv_socketpair()
|
D | async.c | 217 err = uv__make_pipe(pipefd, UV_NONBLOCK_PIPE); in uv__async_start()
|
D | signal.c | 268 err = uv__make_pipe(loop->signal_pipefd, UV_NONBLOCK_PIPE); in uv__signal_loop_once_init()
|
/third_party/libuv/src/unix/ |
D | pipe.c | 392 if ((read_flags & UV_NONBLOCK_PIPE) && (write_flags & UV_NONBLOCK_PIPE)) in uv_pipe() 414 if (read_flags & UV_NONBLOCK_PIPE) in uv_pipe() 418 if (write_flags & UV_NONBLOCK_PIPE) in uv_pipe() 435 flags & UV_NONBLOCK_PIPE, in uv__make_pipe() 436 flags & UV_NONBLOCK_PIPE); in uv__make_pipe()
|
D | tcp.c | 483 if ((flags0 & UV_NONBLOCK_PIPE) && (flags1 & UV_NONBLOCK_PIPE)) in uv_socketpair() 504 if (flags0 & UV_NONBLOCK_PIPE) in uv_socketpair() 507 if (flags1 & UV_NONBLOCK_PIPE) in uv_socketpair()
|
D | async.c | 181 err = uv__make_pipe(pipefd, UV_NONBLOCK_PIPE); in uv__async_start()
|
D | signal.c | 268 err = uv__make_pipe(loop->signal_pipefd, UV_NONBLOCK_PIPE); in uv__signal_loop_once_init()
|
/third_party/libuv/test/ |
D | test-ping-pong.c | 318 ASSERT_EQ(0, uv_socketpair(SOCK_STREAM, 0, fds, UV_NONBLOCK_PIPE, UV_NONBLOCK_PIPE)); in socketpair_pinger_new() 352 ASSERT_EQ(0, uv_pipe(fds, UV_NONBLOCK_PIPE, UV_NONBLOCK_PIPE)); in pipe2_pinger_new()
|
/third_party/libuv/docs/src/ |
D | process.rst | 154 * When UV_CREATE_PIPE is specified, specifying UV_NONBLOCK_PIPE opens the 159 UV_NONBLOCK_PIPE = 0x40
|
D | pipe.rst | 131 - UV_NONBLOCK_PIPE: Opens the specified socket handle for `OVERLAPPED`
|
D | tcp.rst | 139 - UV_NONBLOCK_PIPE: Opens the specified socket handle for `OVERLAPPED`
|
/third_party/libuv/src/win/ |
D | pipe.c | 262 if (server_flags & UV_NONBLOCK_PIPE) in uv__create_pipe_pair() 296 (client_flags & UV_NONBLOCK_PIPE) ? FILE_FLAG_OVERLAPPED : 0, in uv__create_pipe_pair() 410 server_flags |= UV_NONBLOCK_PIPE; in uv__create_stdio_pipe_pair() 411 if (flags & UV_NONBLOCK_PIPE || parent_pipe->ipc) { in uv__create_stdio_pipe_pair() 412 client_flags |= UV_NONBLOCK_PIPE; in uv__create_stdio_pipe_pair()
|
D | tcp.c | 1607 if (flags0 & UV_NONBLOCK_PIPE) in uv_socketpair() 1609 if (flags1 & UV_NONBLOCK_PIPE) in uv_socketpair()
|
/third_party/node/deps/uv/src/win/ |
D | pipe.c | 262 if (server_flags & UV_NONBLOCK_PIPE) in uv__create_pipe_pair() 296 (client_flags & UV_NONBLOCK_PIPE) ? FILE_FLAG_OVERLAPPED : 0, in uv__create_pipe_pair() 410 server_flags |= UV_NONBLOCK_PIPE; in uv__create_stdio_pipe_pair() 411 if (flags & UV_NONBLOCK_PIPE || parent_pipe->ipc) { in uv__create_stdio_pipe_pair() 412 client_flags |= UV_NONBLOCK_PIPE; in uv__create_stdio_pipe_pair()
|
D | tcp.c | 1607 if (flags0 & UV_NONBLOCK_PIPE) in uv_socketpair() 1609 if (flags1 & UV_NONBLOCK_PIPE) in uv_socketpair()
|
/third_party/libuv/include/ |
D | uv.h | 962 UV_NONBLOCK_PIPE = 0x40, enumerator
|
/third_party/node/deps/uv/include/ |
D | uv.h | 962 UV_NONBLOCK_PIPE = 0x40, enumerator
|
/third_party/libuv/include/uv_ndk/ |
D | uv.h | 948 UV_NONBLOCK_PIPE = 0x40, enumerator
|