Lines Matching refs:event
7 The event loop is the central part of libuv's functionality. It takes care
84 - UV_METRICS_IDLE_TIME: Accumulate the amount of idle time the event loop
85 spends in the event provider.
119 This function runs the event loop. It will act differently depending on the
122 - UV_RUN_DEFAULT: Runs the event loop until there are no more active and
129 you should run the event loop again sometime in the future).
133 you should run the event loop again sometime in the future).
144 Stop the event loop, causing :c:func:`uv_run` to end as soon as
156 Get backend file descriptor. Only kqueue, epoll and event ports are
160 poll in one thread and run the event loop's callbacks in another see
175 the start of the event loop tick, see :c:func:`uv_update_time` for details
187 Update the event loop's concept of "now". Libuv caches the current time
188 at the start of the event loop tick in order to reduce the number of
192 that block the event loop for longer periods of time, where "longer" is
209 It is necessary to explicitly call this function on every event
232 On Mac OS X, if directory FS event handles were in use in the
233 parent process *for any event loop*, the child process will no
235 implementation. Instead, uses of directory FS event handles in
241 On AIX and SunOS, FS event handles that were already started in