Searched refs:UV_FS_O_NONBLOCK (Results 1 – 5 of 5) sorted by relevance
467 # define UV_FS_O_NONBLOCK O_NONBLOCK macro469 # define UV_FS_O_NONBLOCK 0 macro
701 #define UV_FS_O_NONBLOCK 0 macro
501 flags |= UV_FS_O_NONBLOCK; in uv_pipe()506 if (flags & UV_FS_O_NONBLOCK) { in uv_pipe()
643 if (flags & UV_FS_O_NONBLOCK) { in uv_socketpair()
652 .. c:macro:: UV_FS_O_NONBLOCK657 `UV_FS_O_NONBLOCK` is not supported on Windows.
Completed in 15 milliseconds