Home
last modified time | relevance | path

Searched refs:UV_FS_CLOSE (Results 1 - 10 of 10) sorted by relevance

/third_party/libuv/test/
H A Dtest-threadpool-cancel.c101 case UV_FS_CLOSE: in known_broken()
H A Dtest-fs.c373 ASSERT_EQ(req->fs_type, UV_FS_CLOSE); in close_cb()
/third_party/node/src/
H A Dnode_file.cc483 FS_ASYNC_TRACE_BEGIN0(UV_FS_CLOSE, req) in ClosePromise()
664 FS_ASYNC_TRACE_BEGIN0(UV_FS_CLOSE, wrap) in DoShutdown()
987 FS_ASYNC_TRACE_BEGIN0(UV_FS_CLOSE, req_wrap_async) in Close()
/third_party/libuv/src/unix/
H A Dfs.c1573 retry_on_eintr = !(req->fs_type == UV_FS_CLOSE || in uv__fs_work()
/third_party/libuv/include/
H A Duv.h1398 UV_FS_CLOSE, enumerator
/third_party/libuv/include/uv_ndk/
H A Duv.h1270 UV_FS_CLOSE, enumerator
/third_party/node/deps/uv/include/
H A Duv.h1286 UV_FS_CLOSE, enumerator
/third_party/node/deps/uv/src/unix/
H A Dfs.c1703 retry_on_eintr = !(req->fs_type == UV_FS_CLOSE || in uv__fs_work()
/third_party/libuv/src/win/
H A Dfs.c2894 INIT(UV_FS_CLOSE); in uv_fs_close()
/third_party/node/deps/uv/src/win/
H A Dfs.c2907 INIT(UV_FS_CLOSE); in uv_fs_close()

Completed in 33 milliseconds