Home
last modified time | relevance | path

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

/libuv/test/
H A Dbenchmark-spawn.c122 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in spawn()
H A Dtest-spawn.c293 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
599 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
638 options.stdio[3].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
796 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
878 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
880 options.stdio[2].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
929 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
976 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
1107 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
H A Dtest-stdio-over-pipes.c135 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE | in test_stdio_over_pipes()
H A Dtest-ipc.c310 stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE | UV_WRITABLE_PIPE; in spawn_helper()
/libuv/docs/src/
H A Dprocess.rst153 * When UV_CREATE_PIPE is specified, UV_READABLE_PIPE and UV_WRITABLE_PIPE
158 UV_WRITABLE_PIPE = 0x20,
/libuv/src/win/
H A Dpipe.c268 if (server_flags & UV_WRITABLE_PIPE) in uv__create_pipe_pair()
279 if (client_flags & UV_WRITABLE_PIPE) in uv__create_pipe_pair()
359 write_flags |= UV_WRITABLE_PIPE; in uv_pipe()
411 server_flags |= UV_READABLE_PIPE | UV_WRITABLE_PIPE; in uv__create_stdio_pipe_pair()
414 if (flags & UV_WRITABLE_PIPE) { in uv__create_stdio_pipe_pair()
416 client_flags |= UV_WRITABLE_PIPE; in uv__create_stdio_pipe_pair()
442 if (flags & UV_WRITABLE_PIPE) in uv__create_stdio_pipe_pair()
/libuv/src/unix/
H A Dprocess.c240 if (container->flags & UV_WRITABLE_PIPE) in uv__process_open_stream()
/libuv/docs/src/guide/
H A Dprocesses.rst263 ``UV_CREATE_PIPE`` and ``UV_READABLE_PIPE`` or ``UV_WRITABLE_PIPE``. The
/libuv/include/
H A Duv.h997 UV_WRITABLE_PIPE = 0x20, enumerator

Completed in 38 milliseconds