Home
last modified time | relevance | path

Searched refs:tick (Results 1 – 4 of 4) sorted by relevance

/libuv/docs/code/tty-gravity/
H A Dmain.c8 uv_timer_t tick; variable
28 uv_timer_stop(&tick); in update()
45 uv_timer_init(loop, &tick); in main()
46 uv_timer_start(&tick, update, 200, 200); in main()
/libuv/docs/src/
H A Dloop.rst175 the start of the event loop tick, see :c:func:`uv_update_time` for details
188 at the start of the event loop tick in order to reduce the number of
/libuv/docs/src/guide/
H A Dprocesses.rst227 .. rubric:: cgi/tick.c
228 .. literalinclude:: ../../code/cgi/tick.c
251 The ``stdout`` of the CGI script is set to the socket so that whatever our tick
/libuv/
H A DChangeLog518 * stream: process more than one write req per loop tick (ywave620)
4378 * windows: defer reporting TCP write failure until next tick (Saúl Ibarra
6201 * unix: dtrace probes for tick-start and tick-stop (Timothy J. Fontaine)
6237 * unix: add dtrace probes for tick-start and tick-stop (Timothy J. Fontaine)

Completed in 16 milliseconds