Home
last modified time | relevance | path

Searched refs:more (Results 1 – 24 of 24) sorted by relevance

/libuv/docs/src/
H A Dtimer.rst46 …Does not update the event loop's concept of "now". See :c:func:`uv_update_time` for more informati…
68 scheduled to run again 33ms later. If other tasks consume more than the
H A Ddns.rst79 constraints, or NULL. Consult `man -s 3 getaddrinfo` for more details.
103 Consult `man -s 3 getnameinfo` for more details.
H A Dloop.rst122 - UV_RUN_DEFAULT: Runs the event loop until there are no more active and
128 or requests left), or non-zero if more callbacks are expected (meaning
132 or requests left), or non-zero if more callbacks are expected (meaning
193 somewhat subjective but probably on the order of a millisecond or more.
H A Dfs_event.rst20 See documentation_ for more details.
24 See the `IBM Knowledge centre`_ for more details.
H A Ddesign.rst12 The library provides much more than a simple abstraction over different I/O polling mechanisms:
140 See the :c:ref:`threadpool` section for more details, but keep in mind the thread pool size
H A Dstream.rst130 it more than once, it may fail. It is suggested to only call this function once
139 be made several times until there is no more data to read or
H A Dudp.rst96 0 if there is no more data to read. Note that 0 may also mean that an
98 a transmission error was detected; if using :man:`recvmmsg(2)` no more
103 * `flags`: One or more or'ed UV_UDP_* constants.
H A Dpoll.rst14 more scalable than what can be achieved with :c:type:`uv_poll_t`, especially on
H A Dfs.rst336 more entries ``UV_EOF`` will be returned.
473 * macOS and other BSDs: this function will fail with UV_ELOOP if more than 32 symlinks are
486 The background story and some more details on these issues can be checked
H A Dprocess.rst164 * but can also be significantly more efficient.
H A Dhandle.rst286 for a more detailed explanation on what being `active` involves.
H A Dmisc.rst361 See :c:type:`uv_rusage_t` for more details.
384 more than 64 logical CPUs.
/libuv/src/win/
H A Dpipe.c1958 int more; in uv__pipe_read_data() local
1992 more = max_bytes < bytes_available; in uv__pipe_read_data()
2016 more = *bytes_read == max_bytes; in uv__pipe_read_data()
2025 return more; in uv__pipe_read_data()
2032 DWORD more; in uv__pipe_read_ipc() local
2098 more = 1; in uv__pipe_read_ipc()
2103 if (more && *data_remaining == 0) { in uv__pipe_read_ipc()
2108 return more; in uv__pipe_read_ipc()
2124 DWORD more; in uv__process_pipe_read_req() local
2160 more = uv__pipe_read_ipc(loop, handle); in uv__process_pipe_read_req()
[all …]
/libuv/
H A DCONTRIBUTING.md28 Especially do so if you plan to work on something big. Nothing is more
111 in more detail, possibly giving some background about the issue
H A DREADME.md223 "ARCHS" flag. You can specify more than one by delimiting with a space
330 describes the package in more detail.
H A DChangeLog213 * linux: add some more iouring backed fs ops (Santiago Gimeno)
472 * test: silence more valgrind warnings (Trevor Norris)
1006 * win,tcp: make uv_close work more like unix (Jameson Nash)
1008 * doc: more accurate list of valid send_handle's (twosee)
1186 * doc: add more error constants (TK-one)
1346 * build: test on more platforms via QEMU in CI (gengjiawen)
1587 * misc: make more tags "not-stale" (Jameson Nash)
2582 * test: check uv_cond_timedwait more carefully (Jamie Davis)
2952 * zos: read more accurate rss info from RSM (jBarz)
5162 * libuv: add more getaddrinfo errors (Steven Kabbes)
[all …]
/libuv/docs/src/guide/
H A Dthreads.rst108 // more things here
121 Read-write locks are a more granular access mechanism. Two readers can access
322 or more calls, and libuv hasn't had a chance to run the callback yet, it
373 invoked for more information::
H A Dbasics.rst7 networking support, asynchronous file system access, child processes and more.
73 libuv's event loop is explained in more detail in the `documentation
H A Dutilities.rst45 the old repeat interval will be used once more before the timer switches to
247 We let libcurl directly write the data to a file, but much more is possible if
326 You can similarly add more functions that plugin authors can use to do useful
H A Dprocesses.rst117 won't exit. Use ``uv_unref()`` if you want to be more *fire-and-forget*.
271 The ``uv_pipe_t`` structure represents more than just `pipe(7)`_ (or ``|``),
H A Dnetworking.rst140 ``nread`` may be zero if there is no more data to be read. If ``addr`` is NULL,
H A Dfilesystem.rst283 file change notification libraries [#fsnotify]_. This is one of the more
/libuv/m4/
H A Dlibuv-check-flags.m414 dnl GNU General Public License for more details.
134 dnl for a much more readable commandline, so that people can understand what
H A Dax_pthread.m467 # Public License for more details.
424 AC_CACHE_CHECK([whether more special flags are required for pthreads],

Completed in 51 milliseconds