Home
last modified time | relevance | path

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

/netbsd/external/mit/libuv/dist/test/
H A Dtest-spawn.c290 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
596 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
635 options.stdio[3].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
793 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
875 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
877 options.stdio[2].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
926 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
973 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
1104 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in TEST_IMPL()
H A Dbenchmark-spawn.c122 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE; in spawn()
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()
/netbsd/external/mit/libuv/dist/src/win/
H A Dpipe.c260 if (server_flags & UV_WRITABLE_PIPE) in uv__create_pipe_pair()
271 if (client_flags & UV_WRITABLE_PIPE) in uv__create_pipe_pair()
351 write_flags |= UV_WRITABLE_PIPE; in uv_pipe()
403 server_flags |= UV_READABLE_PIPE | UV_WRITABLE_PIPE; in uv__create_stdio_pipe_pair()
406 if (flags & UV_WRITABLE_PIPE) { in uv__create_stdio_pipe_pair()
408 client_flags |= UV_WRITABLE_PIPE; in uv__create_stdio_pipe_pair()
434 if (flags & UV_WRITABLE_PIPE) in uv__create_stdio_pipe_pair()
/netbsd/external/mit/libuv/dist/docs/src/
H A Dprocess.rst146 * When UV_CREATE_PIPE is specified, UV_READABLE_PIPE and UV_WRITABLE_PIPE
151 UV_WRITABLE_PIPE = 0x20,
/netbsd/external/mit/libuv/dist/src/unix/
H A Dprocess.c218 if (container->flags & UV_WRITABLE_PIPE) in uv__process_open_stream()
/netbsd/external/mit/libuv/dist/docs/src/guide/
H A Dprocesses.rst260 ``UV_CREATE_PIPE`` and ``UV_READABLE_PIPE`` or ``UV_WRITABLE_PIPE``. The
/netbsd/external/mit/libuv/dist/include/
H A Duv.h954 UV_WRITABLE_PIPE = 0x20, enumerator