Home
last modified time | relevance | path

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

/third_party/libuv/include/uv/
Dunix.h463 # define UV_FS_O_NONBLOCK O_NONBLOCK macro
465 # define UV_FS_O_NONBLOCK 0 macro
Dwin.h689 #define UV_FS_O_NONBLOCK 0 macro
/third_party/libuv/src/unix/
Dpipe.c391 flags |= UV_FS_O_NONBLOCK; in uv_pipe()
396 if (flags & UV_FS_O_NONBLOCK) { in uv_pipe()
Dtcp.c480 if (flags & UV_FS_O_NONBLOCK) { in uv_socketpair()
/third_party/libuv/docs/src/
Dfs.rst633 .. c:macro:: UV_FS_O_NONBLOCK
638 `UV_FS_O_NONBLOCK` is not supported on Windows.
/third_party/node/deps/uvwasi/src/
Duvwasi.c1928 flags |= UV_FS_O_NONBLOCK; in uvwasi_path_open()