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_pipe
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-close-fd.c
58
ASSERT_OK(
uv_pipe
(fd, 0, 0));
test-pipe-set-non-blocking.c
81
ASSERT_OK(
uv_pipe
(fd, 0, 0));
test-ping-pong.c
352
ASSERT_OK(
uv_pipe
(fds, UV_NONBLOCK_PIPE, UV_NONBLOCK_PIPE));
test-spawn.c
1746
ASSERT_OK(
uv_pipe
(fd, 0, 0));
1905
ASSERT_OK(
uv_pipe
(fds_stdin, 0, 0));
1906
ASSERT_OK(
uv_pipe
(fds_stdout, 0, 0));
/src/external/mit/libuv/dist/src/unix/
pipe.c
498
int
uv_pipe
(uv_os_fd_t fds[2], int read_flags, int write_flags) {
function
552
return
uv_pipe
(fds,
/src/external/mit/libuv/dist/include/
uv.h
515
UV_EXTERN int
uv_pipe
(uv_file fds[2], int read_flags, int write_flags);
/src/external/mit/libuv/dist/src/win/
pipe.c
349
int
uv_pipe
(uv_file fds[2], int read_flags, int write_flags) {
function
Completed in 35 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026