Home
last modified time | relevance | path

Searched refs:UV_FS_O_NONBLOCK (Results 1 – 5 of 5) sorted by relevance

/libuv/include/uv/
H A Dunix.h467 # define UV_FS_O_NONBLOCK O_NONBLOCK macro
469 # define UV_FS_O_NONBLOCK 0 macro
H A Dwin.h701 #define UV_FS_O_NONBLOCK 0 macro
/libuv/src/unix/
H A Dpipe.c494 flags |= UV_FS_O_NONBLOCK; in uv_pipe()
499 if (flags & UV_FS_O_NONBLOCK) { in uv_pipe()
H A Dtcp.c623 if (flags & UV_FS_O_NONBLOCK) { in uv_socketpair()
/libuv/docs/src/
H A Dfs.rst642 .. c:macro:: UV_FS_O_NONBLOCK
647 `UV_FS_O_NONBLOCK` is not supported on Windows.

Completed in 55 milliseconds