Searched refs:more (Results 1 – 24 of 24) sorted by relevance
/libuv/docs/src/ |
H A D | timer.rst | 46 …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 D | dns.rst | 79 constraints, or NULL. Consult `man -s 3 getaddrinfo` for more details. 103 Consult `man -s 3 getnameinfo` for more details.
|
H A D | loop.rst | 122 - 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 D | fs_event.rst | 20 See documentation_ for more details. 24 See the `IBM Knowledge centre`_ for more details.
|
H A D | design.rst | 12 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 D | stream.rst | 130 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 D | udp.rst | 96 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 D | poll.rst | 14 more scalable than what can be achieved with :c:type:`uv_poll_t`, especially on
|
H A D | fs.rst | 336 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 D | process.rst | 164 * but can also be significantly more efficient.
|
H A D | handle.rst | 286 for a more detailed explanation on what being `active` involves.
|
H A D | misc.rst | 361 See :c:type:`uv_rusage_t` for more details. 384 more than 64 logical CPUs.
|
/libuv/src/win/ |
H A D | pipe.c | 1958 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 2040 more = uv__pipe_read_data(loop, handle, &bytes_read, bytes_read); in uv__pipe_read_ipc() 2103 more = *data_remaining > 0; in uv__pipe_read_ipc() 2104 return more; in uv__pipe_read_ipc() 2120 DWORD more; in uv__process_pipe_read_req() local 2156 more = uv__pipe_read_ipc(loop, handle); in uv__process_pipe_read_req() [all …]
|
/libuv/ |
H A D | CONTRIBUTING.md | 28 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 D | README.md | 223 "ARCHS" flag. You can specify more than one by delimiting with a space 330 describes the package in more detail.
|
H A D | ChangeLog | 464 * linux: add some more iouring backed fs ops (Santiago Gimeno) 723 * test: silence more valgrind warnings (Trevor Norris) 1257 * win,tcp: make uv_close work more like unix (Jameson Nash) 1259 * doc: more accurate list of valid send_handle's (twosee) 1437 * doc: add more error constants (TK-one) 1597 * build: test on more platforms via QEMU in CI (gengjiawen) 1838 * misc: make more tags "not-stale" (Jameson Nash) 2833 * test: check uv_cond_timedwait more carefully (Jamie Davis) 3203 * zos: read more accurate rss info from RSM (jBarz) 5413 * libuv: add more getaddrinfo errors (Steven Kabbes) [all …]
|
/libuv/docs/src/guide/ |
H A D | threads.rst | 108 // 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 D | basics.rst | 7 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 D | utilities.rst | 45 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 D | processes.rst | 117 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 D | networking.rst | 140 ``nread`` may be zero if there is no more data to be read. If ``addr`` is NULL,
|
H A D | filesystem.rst | 283 file change notification libraries [#fsnotify]_. This is one of the more
|
/libuv/m4/ |
H A D | libuv-check-flags.m4 | 14 dnl GNU General Public License for more details. 134 dnl for a much more readable commandline, so that people can understand what
|
H A D | ax_pthread.m4 | 67 # Public License for more details. 424 AC_CACHE_CHECK([whether more special flags are required for pthreads],
|
Completed in 46 milliseconds