Home
last modified time | relevance | path

Searched refs:UV_FS_O_NONBLOCK (Results 1 - 9 of 9) sorted by relevance

/third_party/libuv/include/uv/
H A Dunix.h465 # define UV_FS_O_NONBLOCK O_NONBLOCK macro
467 # define UV_FS_O_NONBLOCK 0 macro
H A Dwin.h699 #define UV_FS_O_NONBLOCK 0 macro
/third_party/node/deps/uv/include/uv/
H A Dunix.h463 # define UV_FS_O_NONBLOCK O_NONBLOCK macro
465 # define UV_FS_O_NONBLOCK 0 macro
H A Dwin.h695 #define UV_FS_O_NONBLOCK 0 macro
/third_party/node/deps/uv/src/unix/
H A Dpipe.c409 flags |= UV_FS_O_NONBLOCK; in uv_pipe()
414 if (flags & UV_FS_O_NONBLOCK) { in uv_pipe()
H A Dtcp.c489 if (flags & UV_FS_O_NONBLOCK) { in uv_socketpair()
/third_party/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.c625 if (flags & UV_FS_O_NONBLOCK) { in uv_socketpair()
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c2004 flags |= UV_FS_O_NONBLOCK; in uvwasi_path_open()

Completed in 11 milliseconds