Searched refs:previous (Results 1 – 11 of 11) sorted by relevance
47 struct poll_ctx* previous; /* context from previous start()..stop() period */ member104 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()
95 unsigned long previous = InterlockedExchange( in RB_GENERATE_STATIC() local101 if (!previous) { in RB_GENERATE_STATIC()
48 The previous command returns a hash, copy it. For the sake of this explanation,
240 retain an indication of any previous modifications; and
74 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
94 bytes. Optionally returning the previous affinity setting in oldmask.99 returns the previous affinity setting.
15 In libuv 0.10 (and previous versions), loops were created with `uv_loop_new`, which
86 from the previous one, will still happen. If the connection is still lost
249 Any previous value returned from :c:func:`uv_backend_fd` is now
44 * any traffic, in effect "stealing" the port from the previous listener.
272 the previous allocator, or that they are compatible.
Completed in 29 milliseconds