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

  /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;
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;
878 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
880 options.stdio[2].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
929 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
976 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
1107 options.stdio[1].flags = UV_CREATE_PIPE | UV_WRITABLE_PIPE;
test-stdio-over-pipes.c 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/
pipe.c 253 /* allowed flags are: UV_READABLE_PIPE | UV_WRITABLE_PIPE | UV_NONBLOCK_PIPE */
268 if (server_flags & UV_WRITABLE_PIPE)
279 if (client_flags & UV_WRITABLE_PIPE)
359 write_flags |= UV_WRITABLE_PIPE;
416 server_flags |= UV_READABLE_PIPE | UV_WRITABLE_PIPE;
419 if (flags & UV_WRITABLE_PIPE) {
421 client_flags |= UV_WRITABLE_PIPE;
447 if (flags & UV_WRITABLE_PIPE)
  /src/external/mit/libuv/dist/src/unix/
process.c 254 if (container->flags & UV_WRITABLE_PIPE)
  /src/external/mit/libuv/dist/include/
uv.h 1033 * When UV_CREATE_PIPE is specified, UV_READABLE_PIPE and UV_WRITABLE_PIPE
1038 UV_WRITABLE_PIPE = 0x20,

Completed in 30 milliseconds