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

  /src/external/mit/libuv/dist/docs/code/proc-streams/
main.c 32 child_stdio[0].flags = UV_IGNORE;
33 child_stdio[1].flags = UV_IGNORE;
  /src/external/mit/libuv/dist/docs/code/cgi/
main.c 31 child_stdio[0].flags = UV_IGNORE;
34 child_stdio[2].flags = UV_IGNORE;
  /src/external/mit/libuv/dist/src/win/
process-stdio.c 205 fdopt.flags = UV_IGNORE;
208 switch (fdopt.flags & (UV_IGNORE | UV_CREATE_PIPE | UV_INHERIT_FD |
210 case UV_IGNORE:
  /src/external/mit/libuv/dist/docs/code/multi-echo-server/
main.c 81 child_stdio[1].flags = UV_IGNORE;
  /src/external/mit/libuv/dist/test/
benchmark-spawn.c 121 options.stdio[0].flags = UV_IGNORE;
test-spawn.c 292 options.stdio[0].flags = UV_IGNORE;
336 options.stdio[0].flags = UV_IGNORE;
390 options.stdio[0].flags = UV_IGNORE;
452 options.stdio[0].flags = UV_IGNORE;
529 options.stdio[0].flags = UV_IGNORE;
635 options.stdio[0].flags = UV_IGNORE;
636 options.stdio[1].flags = UV_IGNORE;
637 options.stdio[2].flags = UV_IGNORE;
795 options.stdio[0].flags = UV_IGNORE;
1106 options.stdio[0].flags = UV_IGNORE;
    [all...]
  /src/external/mit/libuv/dist/src/unix/
process.c 195 mask = UV_IGNORE | UV_CREATE_PIPE | UV_INHERIT_FD | UV_INHERIT_STREAM;
199 case UV_IGNORE:
350 /* Redirect stdin, stdout and stderr to /dev/null even if UV_IGNORE is
  /src/external/mit/libuv/dist/include/
uv.h 1027 UV_IGNORE = 0x00,

Completed in 24 milliseconds