Searched refs:Callback (Results 1 – 12 of 12) sorted by relevance
51 recipient.Callback = uv__system_resume_callback; in uv__register_system_resume_callback()
4748 _PDEVICE_NOTIFY_CALLBACK_ROUTINE Callback; member
40 Callback passed to :c:func:`uv_queue_work` which will be run on the thread45 Callback passed to :c:func:`uv_queue_work` which will be called on the loop
37 Callback called when data was read on a stream.58 Callback called after data was written on a stream. `status` will be 0 in63 Callback called after a connection started by :c:func:`uv_connect` is done.68 Callback called after a shutdown request has been completed. `status` will73 Callback called when a stream server has received an incoming connection.
19 Callback which will be called with the getaddrinfo request result once29 Callback which will be called with the getnameinfo request result once
21 Callback passed to :c:func:`uv_fs_poll_start` which will be called repeatedly
41 Callback passed to :c:func:`uv_fs_event_start` which will be called repeatedly
403 :param send_cb: Callback to invoke when the data has been sent out.438 :param alloc_cb: Callback to invoke when temporary storage is needed.440 :param recv_cb: Callback to invoke with received data.
20 Callback that is invoked to initialize thread execution. `arg` is the same
182 Callback called after the process exits.
182 Callback called when a request is completed asynchronously.
51 Callback passed to :c:func:`uv_random`. `status` is non-zero in case of
Completed in 27 milliseconds