Home
last modified time | relevance | path

Searched refs:first (Results 1 – 16 of 16) sorted by relevance

/libuv/src/win/
H A Dreq-inl.h143 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 Didna.c168 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 Dtimer.rst42 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 Dloop.rst57 first call to :c:func:`uv_run` unless mentioned otherwise.
H A Dstream.rst129 this function will complete successfully the first time. If you attempt to use
H A Dmisc.rst536 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 Dtest-timer.c208 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 Dutilities.rst26 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 Dthreads.rst22 :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 Dprocesses.rst130 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 Dnetworking.rst103 at how UDP can be used, the example shows the first stage of obtaining an IP
H A Dbasics.rst85 With the basics out of the way, let's write our first libuv program. It does
/libuv/
H A DCONTRIBUTING.md99 1. The first line should be 50 characters or less and contain a short
H A DAUTHORS1 # Authors ordered by first contribution.
H A DChangeLog2761 * test: keep platform_output as first test (Bartosz Sosnowski)
3298 * doc: fix generation the first time livehtml runs (Saúl Ibarra Corretgé)
6020 This is the first versioned release from the current unstable libuv branch.
6075 This is the first officially versioned release of libuv. Starting now
/libuv/m4/
H A Dax_pthread.m495 # 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 54 milliseconds