Searched refs:first (Results 1 – 16 of 16) sorted by relevance
/libuv/src/win/ |
H A D | req-inl.h | 143 uv_req_t* first; in uv__process_reqs() local 149 first = loop->pending_reqs_tail->next_req; in uv__process_reqs() 150 next = first; in uv__process_reqs() 155 next = req->next_req != first ? req->next_req : NULL; in uv__process_reqs()
|
/libuv/src/ |
H A D | idna.c | 168 int first; in uv__idna_toascii_label() local 225 first = 1; in uv__idna_toascii_label() 291 if (first) { in uv__idna_toascii_label() 293 first = 0; in uv__idna_toascii_label()
|
/libuv/docs/src/ |
H A D | timer.rst | 42 If `repeat` is non-zero, the callback fires first after `timeout` 67 For example, if a 50ms repeating timer first runs for 17ms, it will be 69 33ms following the first timer callback, then the callback will run as soon
|
H A D | stream.rst | 129 this function will complete successfully the first time. If you attempt to use
|
H A D | loop.rst | 70 first call to :c:func:`uv_run` unless mentioned otherwise.
|
H A D | misc.rst | 536 Gets the current user's home directory. On Windows, `uv_os_homedir()` first 540 `uv_os_homedir()` first checks the `HOME` environment variable using 555 On all other operating systems, `uv_os_tmpdir()` uses the first environment
|
/libuv/test/ |
H A D | test-timer.c | 208 int first; in TEST_IMPL() local 213 first = 0; in TEST_IMPL() 219 handle_a.data = &first; in TEST_IMPL() 232 handle_b.data = &first; in TEST_IMPL()
|
/libuv/docs/src/guide/ |
H A D | utilities.rst | 26 will start a repeating timer, which first starts 5 seconds (the ``timeout``) after the execution 140 ``uv_work_t`` itself as the first member of this struct (called a baton [#]_). 250 ``start_timeout`` will be called immediately the first time by libcurl, so 285 The first thing we do is to stop the timer, since there has been some progress 319 Let us first look at the interface provided to plugin authors. 347 This is done by using ``uv_dlopen`` to first load the shared library 381 The first thing to do is to initialize a ``uv_tty_t`` with the file descriptor 445 .. [#] I was first introduced to the term baton in this context, in Konstantin
|
H A D | threads.rst | 22 :ref:`first example <thread-create-example>`, don't even require a running 135 add two writers, you'll see that both writers tend to finish first before the 153 pointer, **only the first one will win, the function will be called once and 251 Let's modify the fibonacci example to demonstrate ``uv_cancel()``. We first set
|
H A D | processes.rst | 130 which accepts the ``uv_process_t`` watcher as the first argument, rather than 202 used. If the first three ``stdio`` fields are marked as ``UV_IGNORE`` they'll
|
H A D | networking.rst | 103 at how UDP can be used, the example shows the first stage of obtaining an IP
|
H A D | basics.rst | 85 With the basics out of the way, let's write our first libuv program. It does
|
/libuv/ |
H A D | CONTRIBUTING.md | 99 1. The first line should be 50 characters or less and contain a short
|
H A D | AUTHORS | 1 # Authors ordered by first contribution.
|
H A D | ChangeLog | 3012 * test: keep platform_output as first test (Bartosz Sosnowski) 3549 * doc: fix generation the first time livehtml runs (Saúl Ibarra Corretgé) 6271 This is the first versioned release from the current unstable libuv branch. 6326 This is the first officially versioned release of libuv. Starting now
|
/libuv/m4/ |
H A D | ax_pthread.m4 | 95 # We used to check for pthread.h first, but this fails if pthread.h 194 # that too in a future libc.) So we'll check first for the
|
Completed in 31 milliseconds