HomeSort by: relevance | last modified time | path
    Searched defs:uv_pipe (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/src/unix/
pipe.c 498 int uv_pipe(uv_os_fd_t fds[2], int read_flags, int write_flags) { function
552 return uv_pipe(fds,
  /src/external/mit/libuv/dist/src/win/
pipe.c 349 int uv_pipe(uv_file fds[2], int read_flags, int write_flags) { function

Completed in 15 milliseconds