Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 20 of 20) sorted by relevance

/libuv/docs/src/
H A Dindex.rst9 was primarily developed for use by `Node.js`_, but it's also used by `Luvit`_,
10 `Julia`_, `uvloop`_, and `others`_.
14 `pull requests <https://github.com/libuv/libuv>`_!
55 libuv can be downloaded from `here <https://dist.libuv.org/dist/>`_.
61 … instructions can be found in `the README <https://github.com/libuv/libuv/blob/master/README.md>`_.
H A Dfs.rst467 …https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-getfinalpathnamebyhandlew>`_.
487 `here <https://github.com/nodejs/node/issues/7726>`_.
547 …le <https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/get-osfhandle?view=vs-2019>`_.
556 …e <https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/open-osfhandle?view=vs-2019>`_.
582 … `FILE_FLAG_NO_BUFFERING <https://docs.microsoft.com/en-us/windows/win32/fileio/file-buffering>`_.
599 … `FILE_FLAG_WRITE_THROUGH <https://docs.microsoft.com/en-us/windows/win32/fileio/file-buffering>`_.
666 …ANDOM_ACCESS <https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-createfilew>`_.
683 …UENTIAL_SCAN <https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-createfilew>`_.
691 …TE_TEMPORARY <https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-createfilew>`_.
704 … `FILE_FLAG_WRITE_THROUGH <https://docs.microsoft.com/en-us/windows/win32/fileio/file-buffering>`_.
[all …]
H A Dversion.rst7 Starting with version 1.0.0 libuv follows the `semantic versioning`_
H A Dfs_event.rst24 See the `IBM Knowledge centre`_ for more details.
27 ….. _`IBM Knowledge centre`: https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.2.0/com.ibm.zo…
H A Dasync.rst54 …v_async_send` is `async-signal-safe <https://man7.org/linux/man-pages/man7/signal-safety.7.html>`_.
H A Ddesign.rst7 libuv is cross-platform support library which was originally written for `Node.js`_. It's designed
130 `this post <https://blog.libtorrent.org/2012/10/asynchronous-disk-io/>`_.
H A Dmisc.rst423 Gets the load average. See: `<https://en.wikipedia.org/wiki/Load_(computing)>`_
856 …nRandom <https://docs.microsoft.com/en-us/windows/desktop/api/ntsecapi/nf-ntsecapi-rtlgenrandom>_`.
860 - FreeBSD: `getrandom(2) <https://www.freebsd.org/cgi/man.cgi?query=getrandom&sektion=2>_`,
862 - NetBSD: `KERN_ARND` `sysctl(7) <https://man.netbsd.org/sysctl.7>_`
863 - macOS, OpenBSD: `getentropy(2) <https://man.openbsd.org/getentropy.2>_`
/libuv/docs/src/guide/
H A Dabout.rst4 `Nikhil Marathe <https://nikhilism.com>`_ started writing this book one
7 `node-taglib <https://github.com/nikhilm/node-taglib>`_. Although reference
13 <http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod>`_ about libev which
16 This book was made using `Sphinx <https://www.sphinx-doc.org>`_ and `vim
17 <https://www.vim.org>`_.
H A Dnetworking.rst98 The `User Datagram Protocol`_ offers connectionless, unreliable network
104 address from a `DHCP`_ server -- DHCP Discover.
133 ``EACCES`` error [#]_. The exact message being sent is not relevant to this
180 The concepts of multicasting are nicely explained in `this guide`_.
184 Local loopback of multicast packets is enabled by default [#]_, use
194 ``getaddrinfo`` replacement [#]_. In the callback you can
208 structures are documented in `the getaddrinfo man page <getaddrinfo_>`_. The
222 libuv also provides the inverse `uv_getnameinfo`_.
H A Dintroduction.rst9 documentation`_ may be consulted for full details.
44 In the node-v0.9.0 version of libuv `libev was removed`_.
50 This book and the code is based on libuv version `v1.42.0`_.
H A Dprocesses.rst138 <http://docs.libuv.org/en/v1.x/signal.html#signal>`_ as well.
271 The ``uv_pipe_t`` structure represents more than just `pipe(7)`_ (or ``|``),
273 that description is the `Named Pipe`_. On Unix, this could be any of `Unix
274 Domain Socket`_, or derived from `mkfifo(1)`_, or it could actually be a
275 `pipe(7)`_. When ``uv_spawn`` initializes a ``uv_pipe_t`` due to the
276 `UV_CREATE_PIPE` flag, it opts for creating a `socketpair(2)`_.
291 Since domain sockets [#]_ can have a well known name and a location in the
313 the stream API is concerned. You can test this server using `socat`_::
416 Thanks to Kyle for `pointing out`_ that ``uv_write2()`` requires a non-empty
H A Dutilities.rst5 The `libev man page`_ already covers some patterns which can be adopted to
140 ``uv_work_t`` itself as the first member of this struct (called a baton [#]_).
251 things are set in motion. This simply starts a libuv `timer <#timers>`_ which
311 libuv provides a cross platform API to dynamically load `shared libraries`_.
327 things in your application [#]_. A sample plugin using this API is:
372 standardised`_ command set. This formatting is often used by programs to
436 can try `ncurses`_.
H A Dfilesystem.rst12 internally, but invoke these functions in a `thread pool`_ and notify
36 `Unix flags <https://man7.org/linux/man-pages/man2/open.2.html>`_.
199 local files [#]_. Here is a simple tee utility using libuv. Doing all operations
270 receiving a SIGPIPE`_. It is a good idea to insert::
283 file change notification libraries [#fsnotify]_. This is one of the more
294 Refer to the `notes of uv_fs_event_start`_ function.
H A Dbasics.rst60 that other events can continue to be handled as fast as they come in [#]_.
74 <https://docs.libuv.org/en/v1.x/design.html#the-i-o-loop>`_.
127 …ss a status parameter to their callbacks. The error messages are defined as ``UV_E*`` `constants`_.
H A Dthreads.rst144 libuv also supports semaphores_, `condition variables`_ and barriers_ with APIs
207 Here is a simple example inspired by `node.js is cancer`_. We are going to
/libuv/docs/src/static/diagrams.key/Metadata/
H A DProperties.plist3 …D9-EEF1-4223-9DA4-A1EA7FE112BA_$6045C023-2B5A-4BC5-8F76-B18A1E552682 U1.2.0_$F69E9CD9-EEF1-4223-…
/libuv/tools/
H A Dmake_dist_html.py118 groups = [group_for(list(g)) for _, g in itertools.groupby(tags, major_minor)]
/libuv/test/
H A Dtest-tcp-write-in-a-row.c60 static void connect_cb(uv_connect_t* _, int status) { in connect_cb() argument
/libuv/src/
H A Duv-common.c208 #define UV_ERR_NAME_GEN_R(name, _) \ argument
221 #define UV_ERR_NAME_GEN(name, _) case UV_ ## name: return #name; argument
/libuv/include/
H A Duv.h193 #define XX(code, _) UV_ ## code = UV__ ## code, argument
1904 #define XX(_, name) uv_ ## name ## _t name; argument

Completed in 49 milliseconds