Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 11 of 11) sorted by relevance

/libuv/src/
H A Dfs-poll.c47 struct poll_ctx* previous; /* context from previous start()..stop() period */ member
104 ctx->previous = handle->poll_ctx; in uv_fs_poll_start()
243 handle->poll_ctx = ctx->previous; in timer_close_cb()
247 for (last = handle->poll_ctx, it = last->previous; in timer_close_cb()
249 last = it, it = it->previous) { in timer_close_cb()
250 assert(last->previous != NULL); in timer_close_cb()
252 last->previous = ctx->previous; in timer_close_cb()
/libuv/src/win/
H A Dsignal.c95 unsigned long previous = InterlockedExchange( in RB_GENERATE_STATIC() local
101 if (!previous) { in RB_GENERATE_STATIC()
/libuv/
H A DMAINTAINERS.md48 The previous command returns a hash, copy it. For the sake of this explanation,
H A DLICENSE-docs240 retain an indication of any previous modifications; and
/libuv/docs/src/
H A Ddesign.rst74 loop iteration. If the previous iteration deferred any I/O callback it will be run at this point.
94 in the previous step. All I/O related handles that were monitoring a given file descriptor
H A Dthreading.rst94 bytes. Optionally returning the previous affinity setting in oldmask.
99 returns the previous affinity setting.
H A Dmigration_010_100.rst15 In libuv 0.10 (and previous versions), loops were created with `uv_loop_new`, which
H A Dtcp.rst86 from the previous one, will still happen. If the connection is still lost
H A Dloop.rst249 Any previous value returned from :c:func:`uv_backend_fd` is now
H A Dudp.rst44 * any traffic, in effect "stealing" the port from the previous listener.
H A Dmisc.rst272 the previous allocator, or that they are compatible.

Completed in 29 milliseconds