HomeSort by: relevance | last modified time | path
    Searched refs:UV_CREATE_PIPE (Results 1 - 9 of 9) sorted by relevancy

  /src/external/mit/libuv/dist/docs/code/multi-echo-server/
main.c 79 child_stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE;
  /src/external/mit/libuv/dist/test/
benchmark-spawn.c 122 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
test-spawn.c 293 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
597 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE;
599 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
638 options.stdio[3].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
796 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
876 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE;
878 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
880 options.stdio[2].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
927 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE;
929 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE
    [all...]
test-stdio-over-pipes.c 132 options.stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE |
135 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE |
test-ipc.c 310 stdio[0].flags = UV_CREATE_PIPE | UV_READABLE_PIPE | UV_WRITABLE_PIPE;
  /src/external/mit/libuv/dist/src/win/
process-stdio.c 208 switch (fdopt.flags & (UV_IGNORE | UV_CREATE_PIPE | UV_INHERIT_FD |
231 case UV_CREATE_PIPE: {
process.c 1120 if (fdopt->flags & UV_CREATE_PIPE &&
  /src/external/mit/libuv/dist/src/unix/
process.c 195 mask = UV_IGNORE | UV_CREATE_PIPE | UV_INHERIT_FD | UV_INHERIT_STREAM;
202 case UV_CREATE_PIPE:
243 if (!(container->flags & UV_CREATE_PIPE) || pipefds[0] < 0)
264 if (!(container->flags & UV_CREATE_PIPE)) return;
  /src/external/mit/libuv/dist/include/
uv.h 1028 UV_CREATE_PIPE = 0x01,
1033 * When UV_CREATE_PIPE is specified, UV_READABLE_PIPE and UV_WRITABLE_PIPE
1041 * When UV_CREATE_PIPE is specified, specifying UV_NONBLOCK_PIPE opens the

Completed in 23 milliseconds