Lines Matching refs:func
22 See :c:func:`uv_loop_configure`.
34 Mode used to run the loop with :c:func:`uv_run`.
46 Type definition for callback passed to :c:func:`uv_walk`.
70 first call to :c:func:`uv_run` unless mentioned otherwise.
78 second argument to :c:func:`uv_loop_configure` is the signal number.
87 This option is necessary to use :c:func:`uv_metrics_idle_time`.
110 initialized with :c:func:`uv_loop_init`. As such, the default loop can (and
111 should) be closed with :c:func:`uv_loop_close` so the resources associated
123 referenced handles or requests. Returns non-zero if :c:func:`uv_stop`
135 :c:func:`uv_run` is not reentrant. It must not be called from a callback.
144 Stop the event loop, causing :c:func:`uv_run` to end as soon as
175 the start of the event loop tick, see :c:func:`uv_update_time` for details
183 Use :c:func:`uv_hrtime` if you need sub-millisecond granularity.
213 before calling :c:func:`uv_run` or any other API function using
249 Any previous value returned from :c:func:`uv_backend_fd` is now