Home
last modified time | relevance | path

Searched refs:link (Results 1 – 9 of 9) sorted by relevance

/libuv/m4/
H A Dax_pthread.m422 # but also to link with them as well. For example, you might link with
97 # It gets checked for in the link test anyway.
143 # -mt: Sun Workshop C (may only link SunOS threads [-lthread], but it
190 # (non-functional) versions of the pthreads routines, so link-based
/libuv/.github/workflows/
H A Dsanitizer.yml112 # Note: clang shipped with VS2022 has an issue where the UBSAN runtime doesn't link.
H A DCI-unix.yml66 adb shell "su 0 setenforce 0" # to allow some syscalls like link, chmod, etc.
/libuv/test/
H A Dtest-fs.c2033 uv_file link; in TEST_IMPL() local
2066 link = req.result; in TEST_IMPL()
2071 r = uv_fs_read(NULL, &req, link, &iov, 1, 0, NULL); in TEST_IMPL()
2076 close(link); in TEST_IMPL()
2087 link = req.result; in TEST_IMPL()
2097 uv_fs_close(loop, &req, link, NULL); in TEST_IMPL()
2194 uv_file link; in TEST_IMPL() local
2256 link = req.result; in TEST_IMPL()
2266 uv_fs_close(loop, &req, link, NULL); in TEST_IMPL()
2309 link = req.result; in TEST_IMPL()
[all …]
/libuv/
H A DChangeLog280 * aix: disable ipv6 link local (Abdirahim Musse)
381 * doc: fix broken "Shared library" Wikipedia link (Alois Klink)
876 * doc: fix link to uvwget example main() function (blogdaren)
1502 * build: link libkvm on netbsd only (Alexander Tokmakov)
2157 * doc: add link to nodejs.org (Jenil Christo)
3343 * doc: add link to libuv/help to README (Ben Noordhuis)
3589 * doc: update coding style link (Imran Iqbal)
3893 * doc: add missing link in README (Saúl Ibarra Corretgé)
4692 * build: link against -pthread (Logan Rosen)
4801 * doc: fix link in misc.rst (Manos Nikolaidis)
[all …]
/libuv/docs/src/
H A Derrors.rst308 cross-device link not permitted
H A Dfs.rst445 Equivalent to :man:`link(2)`.
647 If the path is a symbolic link, fail the open.
695 Open the symbolic link itself rather than the resource it points to.
/libuv/src/unix/
H A Dfs.c1728 X(LINK, link(req->path, req->new_path)); in uv__fs_work()
/libuv/src/win/
H A Dfs.c2959 XX(LINK, link) in uv__fs_work()

Completed in 39 milliseconds