Lines Matching refs:callback
12 Timers invoke the callback after a certain time has elapsed since the timer was
24 uv_timer_start(&timer_req, callback, 5000, 2000);
33 to stop the timer. This can be used safely from within the callback as well.
40 a timer callback, it means:
103 callback can be used to perform some very low priority activity. For example,
124 keep calling the idle callback again.
209 invoke the associated callback.
227 libcurl, we can register two callbacks. The socket callback ``handle_socket``
267 the callback is invoked.
273 ``UV_READABLE`` or ``UV_WRITABLE``. Now libuv will invoke the poll callback
286 in the interval. Then depending on what event triggered the callback, we set