Home
last modified time | relevance | path

Searched refs:how (Results 1 – 17 of 17) sorted by relevance

/libuv/src/unix/
H A Dtty.c69 int uv__tcsetattr(int fd, int how, const struct termios *term) { in uv__tcsetattr() argument
73 rc = tcsetattr(fd, how, term); in uv__tcsetattr()
/libuv/docs/src/
H A Dprocess.rst114 Flags specifying how a stdio should be transmitted to the child process.
205 Various flags that control how :c:func:`uv_spawn` behaves. See
232 Flags specifying how the stdio container should be passed to the child.
H A Drequest.rst83 Here is how cancellation is reported to the callback:
H A Ddesign.rst55 In order to better understand how the event loop operates, the following diagram illustrates all
82 #. Poll timeout is calculated. Before blocking for I/O the loop calculates for how long it should
H A Dudp.rst140 Number of bytes queued for sending. This field strictly shows how much
202 :param flags: Indicate how the socket will be bound,
253 output it indicates how much of it was filled.
271 output it indicates how much of it was filled.
H A Dfs.rst452 On Windows the `flags` parameter can be specified to control how the symlink will
H A Dmisc.rst396 Use :c:func:`uv_available_parallelism` if you need to know how many CPUs
/libuv/docs/src/guide/
H A Deventloops.rst42 Here is a simple example that stops the loop and demonstrates how the current
H A Dnetworking.rst103 at how UDP can be used, the example shows the first stage of obtaining an IP
H A Dbasics.rst215 and see how ``uv_run()`` will now block because a watcher is present. The idle
H A Dthreads.rst133 Run this and observe how the readers will sometimes overlap. In case of
H A Dutilities.rst96 Observe how after 9 seconds, when the fake job is done, the program
H A Dprocesses.rst374 Turning now to the master, let's take a look at how the workers are launched to
/libuv/
H A DCONTRIBUTING.md146 Look at other tests to see how they should be structured (license boilerplate,
149 Check README.md file to find out how to run the test suite and make sure that
H A DLICENSE-docs88 Rights, without regard to how the rights are labeled or
H A DChangeLog91 * doc: add instruction how to install with Conan (Uilian Ries)
880 * win,shutdown: improve how shutdown is dispatched (Jameson Nash)
3842 * doc: describe how to make release builds on Unix (Saúl Ibarra Corretgé)
4435 * doc: explain how the threadpool is allocated (Alex Mo)
4481 * doc: clarify how uv_async_send behaves (Saúl Ibarra Corretgé)
4670 * doc: document how to get result of uv_fs_mkdtemp (Tim Caswell)
4854 * unix: simplify how process handle queue is managed (Saúl Ibarra Corretgé)
/libuv/m4/
H A Dax_pthread.m411 # This macro figures out how to build C programs using POSIX threads. It

Completed in 49 milliseconds