Home
last modified time | relevance | path

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

/libuv/docs/src/guide/
H A Deventloops.rst13 ``uv_stop()`` can be used to stop an event loop. The earliest the loop will
16 processed, so ``uv_stop()`` can't be used as a kill switch. When ``uv_stop()``
28 ``stop_flag`` is set by ``uv_stop()``. Now all libuv callbacks are invoked
29 within the event loop, which is why invoking ``uv_stop()`` in them will still
32 callbacks. If you were to call ``uv_stop()`` in any of them, ``stop_flag``
35 ``uv_stop()`` in one of the check handlers, I/O has already finished and is not
38 ``uv_stop()`` is useful to shutdown a loop when a result has been computed or
/libuv/test/
H A Dtest-loop-stop.c44 uv_stop(uv_default_loop()); in timer_cb()
78 uv_stop(uv_default_loop()); in TEST_IMPL()
H A Dtest-pipe-connect-multiple.c58 uv_stop(server->loop); in connection_cb()
67 uv_stop(connect_req->handle->loop); in connect_cb()
H A Dtest-loop-close.c29 uv_stop(handle->loop); in timer_cb()
H A Dtest-signal-pending-on-close.c39 uv_stop(signal->loop); in stop_loop_cb()
H A Dtest-timer.c248 uv_stop(handle->loop); in zero_timeout_cb()
/libuv/docs/code/uvstop/
H A Dmain.c11 uv_stop(uv_default_loop()); in idle_cb()
/libuv/docs/src/
H A Dloop.rst123 referenced handles or requests. Returns non-zero if :c:func:`uv_stop`
142 .. c:function:: void uv_stop(uv_loop_t* loop)
H A Ddesign.rst86 * If the loop is going to be stopped (:c:func:`uv_stop` was called), the timeout is 0.
/libuv/src/
H A Duv-common.c614 void uv_stop(uv_loop_t* loop) { in uv_stop() function
/libuv/include/
H A Duv.h312 UV_EXTERN void uv_stop(uv_loop_t*);

Completed in 40 milliseconds