OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UV_NONBLOCK_PIPE
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/mit/libuv/dist/src/unix/
pipe.c
510
if ((read_flags &
UV_NONBLOCK_PIPE
) && (write_flags &
UV_NONBLOCK_PIPE
))
532
if (read_flags &
UV_NONBLOCK_PIPE
)
536
if (write_flags &
UV_NONBLOCK_PIPE
)
553
flags &
UV_NONBLOCK_PIPE
,
554
flags &
UV_NONBLOCK_PIPE
);
tcp.c
637
if ((flags0 &
UV_NONBLOCK_PIPE
) && (flags1 &
UV_NONBLOCK_PIPE
))
658
if (flags0 &
UV_NONBLOCK_PIPE
)
661
if (flags1 &
UV_NONBLOCK_PIPE
)
async.c
301
err = uv__make_pipe(pipefd,
UV_NONBLOCK_PIPE
);
306
err = uv__make_pipe(pipefd,
UV_NONBLOCK_PIPE
);
signal.c
270
err = uv__make_pipe(pipefd,
UV_NONBLOCK_PIPE
);
/src/external/mit/libuv/dist/test/
test-ping-pong.c
318
ASSERT_OK(uv_socketpair(SOCK_STREAM, 0, fds,
UV_NONBLOCK_PIPE
,
UV_NONBLOCK_PIPE
));
352
ASSERT_OK(uv_pipe(fds,
UV_NONBLOCK_PIPE
,
UV_NONBLOCK_PIPE
));
/src/external/mit/libuv/dist/src/win/
pipe.c
253
/* allowed flags are: UV_READABLE_PIPE | UV_WRITABLE_PIPE |
UV_NONBLOCK_PIPE
*/
270
if (server_flags &
UV_NONBLOCK_PIPE
)
304
(client_flags &
UV_NONBLOCK_PIPE
) ? FILE_FLAG_OVERLAPPED : 0,
423
server_flags |=
UV_NONBLOCK_PIPE
;
424
if (flags &
UV_NONBLOCK_PIPE
|| parent_pipe->ipc) {
425
client_flags |=
UV_NONBLOCK_PIPE
;
tcp.c
1582
if (flags0 &
UV_NONBLOCK_PIPE
)
1584
if (flags1 &
UV_NONBLOCK_PIPE
)
/src/external/mit/libuv/dist/include/
uv.h
1041
* When UV_CREATE_PIPE is specified, specifying
UV_NONBLOCK_PIPE
opens the
1046
UV_NONBLOCK_PIPE
= 0x40,
Completed in 25 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026