Home
last modified time | relevance | path

Searched refs:what (Results 1 – 14 of 14) sorted by relevance

/libuv/test/
H A Dtest-threadpool-cancel.c29 #define INIT_CANCEL_INFO(ci, what) \ argument
31 (ci)->reqs = (what); \
32 (ci)->nreqs = ARRAY_SIZE(what); \
33 (ci)->stride = sizeof((what)[0]); \
/libuv/
H A DCONTRIBUTING.md96 Writing good commit logs is important. A commit log should describe what
120 The header line should be meaningful; it is what other people see when they
124 what subsystem (or subsystems) your changes touch.
H A DChangeLog957 * unix: fix STATIC_ASSERT to check what it means to check (Jessica Clarke)
4381 * doc: clarify what uv_*_open accepts (Saúl Ibarra Corretgé)
4626 * doc: indicate what version uv_loop_configure was added on (Saúl Ibarra
5289 * unix, windows: clarify what uv_stream_set_blocking does (Saúl Ibarra
/libuv/docs/src/guide/
H A Dutilities.rst253 times out. ``curl_multi_socket_action`` is what drives libcurl, and what we
272 Depending on what events libcurl wishes to watch for, we start polling with
286 in the interval. Then depending on what event triggered the callback, we set
288 that progressed and the flags informing about what events happened. At this
290 attempt to return as fast as possible, which is exactly what an evented program
H A Dbasics.rst141 Handles are opaque structs named as ``uv_TYPE_t`` where type signifies what the
H A Dthreads.rst193 task is done. A seemingly simple function, what makes ``uv_queue_work()``
H A Dprocesses.rst370 another file descriptor (The listening socket). Which is exactly what we do
/libuv/m4/
H A Dlibuv-check-flags.m4134 dnl for a much more readable commandline, so that people can understand what
135 dnl it does without going to look for what the heck -z defs does.
/libuv/docs/src/
H A Dpoll.rst14 more scalable than what can be achieved with :c:type:`uv_poll_t`, especially on
H A Ddesign.rst16 Here is a diagram illustrating the different parts that compose libuv and what subsystem they
H A Dhandle.rst286 for a more detailed explanation on what being `active` involves.
H A Dmisc.rst247 Used to detect what type of stream should be used with a given file
649 what :c:func:`uv_get_free_memory` reports on Linux, based
H A Dudp.rst39 * have the capability of load balancing, as the opposite of what
/libuv/src/unix/
H A Dlinux.c2043 static uint64_t uv__read_proc_meminfo(const char* what) { in uv__read_proc_meminfo() argument
2051 p = strstr(buf, what); in uv__read_proc_meminfo()
2056 p += strlen(what); in uv__read_proc_meminfo()

Completed in 49 milliseconds