Searched refs:link (Results 1 – 9 of 9) sorted by relevance
/libuv/m4/ |
H A D | ax_pthread.m4 | 22 # 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 D | sanitizer.yml | 112 # Note: clang shipped with VS2022 has an issue where the UBSAN runtime doesn't link.
|
H A D | CI-unix.yml | 66 adb shell "su 0 setenforce 0" # to allow some syscalls like link, chmod, etc.
|
/libuv/test/ |
H A D | test-fs.c | 2033 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 D | ChangeLog | 280 * 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 D | errors.rst | 308 cross-device link not permitted
|
H A D | fs.rst | 445 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 D | fs.c | 1728 X(LINK, link(req->path, req->new_path)); in uv__fs_work()
|
/libuv/src/win/ |
H A D | fs.c | 2959 XX(LINK, link) in uv__fs_work()
|
Completed in 49 milliseconds