Searched refs:_ (Results 1 – 20 of 20) sorted by relevance
9 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>`_.
467 …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 …]
7 Starting with version 1.0.0 libuv follows the `semantic versioning`_
24 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…
54 …v_async_send` is `async-signal-safe <https://man7.org/linux/man-pages/man7/signal-safety.7.html>`_.
7 libuv is cross-platform support library which was originally written for `Node.js`_. It's designed130 `this post <https://blog.libtorrent.org/2012/10/asynchronous-disk-io/>`_.
423 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>_`
4 `Nikhil Marathe <https://nikhilism.com>`_ started writing this book one7 `node-taglib <https://github.com/nikhilm/node-taglib>`_. Although reference13 <http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod>`_ about libev which16 This book was made using `Sphinx <https://www.sphinx-doc.org>`_ and `vim17 <https://www.vim.org>`_.
98 The `User Datagram Protocol`_ offers connectionless, unreliable network104 address from a `DHCP`_ server -- DHCP Discover.133 ``EACCES`` error [#]_. The exact message being sent is not relevant to this180 The concepts of multicasting are nicely explained in `this guide`_.184 Local loopback of multicast packets is enabled by default [#]_, use194 ``getaddrinfo`` replacement [#]_. In the callback you can208 structures are documented in `the getaddrinfo man page <getaddrinfo_>`_. The222 libuv also provides the inverse `uv_getnameinfo`_.
9 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`_.
138 <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 `Unix274 Domain Socket`_, or derived from `mkfifo(1)`_, or it could actually be a275 `pipe(7)`_. When ``uv_spawn`` initializes a ``uv_pipe_t`` due to the276 `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 the313 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
5 The `libev man page`_ already covers some patterns which can be adopted to140 ``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>`_ which311 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 to436 can try `ncurses`_.
12 internally, but invoke these functions in a `thread pool`_ and notify36 `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 operations270 receiving a SIGPIPE`_. It is a good idea to insert::283 file change notification libraries [#fsnotify]_. This is one of the more294 Refer to the `notes of uv_fs_event_start`_ function.
60 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`_.
144 libuv also supports semaphores_, `condition variables`_ and barriers_ with APIs207 Here is a simple example inspired by `node.js is cancer`_. We are going to
3 …D9-EEF1-4223-9DA4-A1EA7FE112BA_$6045C023-2B5A-4BC5-8F76-B18A1E552682 U1.2.0_$F69E9CD9-EEF1-4223-…
118 groups = [group_for(list(g)) for _, g in itertools.groupby(tags, major_minor)]
60 static void connect_cb(uv_connect_t* _, int status) { in connect_cb() argument
208 #define UV_ERR_NAME_GEN_R(name, _) \ argument221 #define UV_ERR_NAME_GEN(name, _) case UV_ ## name: return #name; argument
193 #define XX(code, _) UV_ ## code = UV__ ## code, argument1904 #define XX(_, name) uv_ ## name ## _t name; argument
Completed in 49 milliseconds