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

  /src/external/mit/libuv/dist/include/uv/
unix.h 470 # define UV_FS_O_NONBLOCK O_NONBLOCK
472 # define UV_FS_O_NONBLOCK 0
win.h 696 #define UV_FS_O_NONBLOCK 0
  /src/external/mit/libuv/dist/src/unix/
pipe.c 511 flags |= UV_FS_O_NONBLOCK;
516 if (flags & UV_FS_O_NONBLOCK) {
tcp.c 643 if (flags & UV_FS_O_NONBLOCK) {

Completed in 14 milliseconds