Lines Matching refs:on

12 All file operations are run on the threadpool. See :ref:`threadpool` for information
13 on the threadpool size.
15 Starting with libuv v1.45.0, some file operations on Linux are handed off to
20 behavior was reverted and Libuv on Linux by default will be using the threadpool
269 `mode` is currently not implemented on Windows.
371 For AIX, `uv_fs_fsync` returns `UV_EBADF` on file descriptors referencing
390 create a copy-on-write reflink. If the underlying platform does not
391 support copy-on-write, or an error occurs while attempting to use
392 copy-on-write, a fallback copy mechanism based on
395 attempt to create a copy-on-write reflink. If the underlying platform does
396 not support copy-on-write, or an error occurs while attempting to use
397 copy-on-write, then an error is returned.
420 Equivalent to :man:`access(2)` on Unix. Windows uses ``GetFileAttributesW()``.
439 They can still be called on older versions but will return ``UV_ENOSYS``.
441 .. versionchanged:: 1.10.0 sub-second precission is supported on Windows
467 …Equivalent to :man:`realpath(3)` on Unix. Windows uses `GetFinalPathNameByHandleW <https://docs.mi…
486 The background story and some more details on these issues can be checked
498 These functions are not implemented on Windows.
516 Returns the platform specific error code - `GetLastError()` value on Windows
517 and `-(req->result)` on other platforms.
581 `UV_FS_O_DIRECT` is supported on Linux, and on Windows via
583 `UV_FS_O_DIRECT` is not supported on macOS.
590 `UV_FS_O_DIRECTORY` is not supported on Windows.
598 `UV_FS_O_DSYNC` is supported on Windows via
607 `O_CREAT`. There is one exception: on Linux 2.6 and later, `O_EXCL` can
617 `UV_FS_O_EXLOCK` is only supported on macOS and Windows.
627 `UV_FS_O_FILEMAP` is only supported on Windows.
634 `UV_FS_O_NOATIME` is not supported on Windows.
643 `UV_FS_O_NOCTTY` is not supported on Windows.
650 `UV_FS_O_NOFOLLOW` is not supported on Windows.
657 `UV_FS_O_NONBLOCK` is not supported on Windows.
665 `UV_FS_O_RANDOM` is only supported on Windows via
682 `UV_FS_O_SEQUENTIAL` is only supported on Windows via
690 `UV_FS_O_SHORT_LIVED` is only supported on Windows via
703 `UV_FS_O_SYNC` is supported on Windows via
711 `UV_FS_O_TEMPORARY` is only supported on Windows via