Searched refs:before (Results 1 – 25 of 26) sorted by relevance
12
/libuv/test/ |
H A D | benchmark-fs-stat.c | 64 uint64_t before; in sync_bench() local 70 before = uv_hrtime(); in sync_bench() 79 (after - before) / 1e9, in sync_bench() 80 fmt(&fmtbuf[1], (1.0 * NUM_SYNC_REQS) / ((after - before) / 1e9))); in sync_bench() 98 uint64_t before; in async_bench() local 112 before = uv_hrtime(); in async_bench() 119 (after - before) / 1e9, in async_bench() 120 fmt(&fmtbuf[1], (1.0 * NUM_ASYNC_REQS) / ((after - before) / 1e9))); in async_bench()
|
/libuv/docs/src/ |
H A D | timer.rst | 57 as the timeout. If the timer has never been started before it returns 74 If the timer was non-repeating before, it will have been stopped. If it was repeating,
|
H A D | prepare.rst | 8 before polling for i/o.
|
H A D | idle.rst | 8 before the :c:type:`uv_prepare_t` handles.
|
H A D | async.rst | 60 times in a row before the callback is called, the callback will only be called once. If
|
H A D | loop.rst | 69 Set additional loop options. You should normally call this before the 146 If this function was called before blocking for i/o, the loop won't block 213 before calling :c:func:`uv_run` or any other API function using
|
H A D | design.rst | 66 for a time before the loop's concept of *now* get their callbacks called. 79 #. Prepare handle callbacks are called. Prepare handles get their callbacks called right before
|
H A D | process.rst | 92 * search for the exact file name before trying variants with 250 before the inherited file descriptors can be closed or duplicated.
|
H A D | fs_event.rst | 116 .. note:: On macOS, events collected by the OS immediately before calling
|
H A D | poll.rst | 129 * The socket has already became readable/writable before calling
|
H A D | misc.rst | 262 This function must be called before any other libuv function is called or 316 before calling this function on Unix and AIX systems. If `uv_setup_args` 334 Sets the current process title. You *must* call `uv_setup_args` before 511 Gets the executable path. You *must* call `uv_setup_args` before calling
|
H A D | tcp.rst | 31 * or threads if they all set SO_REUSEPORT before binding the port.
|
H A D | threading.rst | 224 passes the absolute time calculated before the condition is signaled, an ETIMEDOUT
|
H A D | handle.rst | 145 this call. This MUST be called on each handle before memory is released.
|
H A D | fs.rst | 327 `uv_fs_req_cleanup()`. `uv_fs_req_cleanup()` must be called before
|
/libuv/ |
H A D | SECURITY.md | 15 This will allow us to assess the risk, and make a fix available before we add a bug report to the G…
|
H A D | LICENSE-docs | 29 and conditions of the license they choose before applying it. 30 Licensors should also secure all rights necessary before
|
H A D | README.md | 113 date. Please verify it before opening new issues.
|
H A D | ChangeLog | 717 * barrier: wait for prior out before next in (Jameson Nash) 1110 * build: fix win build with cmake versions before v3.14 (AJ Heller) 2101 * unix: clear UV_HANDLE_READING flag before callback (zyxwvu Shi) 2398 * unix: zero epoll_event before use (Ashe Connor) 2667 * win: allow setting udp socket options before bind (cjihrig) 3248 * unix: reset signal disposition before execve() (Ben Noordhuis) 3250 * unix: reset signal mask before execve() (Ben Noordhuis) 3663 * zos: track unbound handles and bind before listen (John Barboza) 3943 * fs: realpath: fix string size before converting (Yuval Brik) 5359 * tcp: reveal bind-time errors before listen (Alexis Campailla) [all …]
|
/libuv/m4/ |
H A D | ax_pthread.m4 | 136 # pthreads: AIX (must check this before -lpthread) 137 # none: in case threads are in libc; should be tried before -Kthread and 145 # -D_REENTRANT too), HP C (must be checked before -lpthread, which 146 # is present but should not be used directly; and before -mthreads,
|
/libuv/docs/src/guide/ |
H A D | basics.rst | 54 some number crunching before to use the processor to the maximum) and grab the 97 Starting with libuv v1.0, users should allocate the memory for the loops before
|
H A D | utilities.rst | 45 the old repeat interval will be used once more before the timer switches to 254 call whenever sockets change state. But before we go into that, we need to poll
|
H A D | processes.rst | 56 Note that it is important **not** to call ``uv_close`` before the exit callback. 165 safely saved before termination, simply by every loop adding a watcher for
|
H A D | threads.rst | 135 add two writers, you'll see that both writers tend to finish first before the
|
H A D | filesystem.rst | 73 be filled with data before the read callback is triggered. The ``uv_fs_*``
|
Completed in 115 milliseconds
12