Home
last modified time | relevance | path

Searched refs:Handles (Results 1 – 5 of 5) sorted by relevance

/libuv/src/win/
H A Dpoll.c109 afd_poll_info->Handles[0].Handle = (HANDLE) handle->socket; in uv__fast_poll_submit_poll_req()
110 afd_poll_info->Handles[0].Status = 0; in uv__fast_poll_submit_poll_req()
111 afd_poll_info->Handles[0].Events = 0; in uv__fast_poll_submit_poll_req()
114 afd_poll_info->Handles[0].Events |= AFD_POLL_RECEIVE | in uv__fast_poll_submit_poll_req()
118 afd_poll_info->Handles[0].Events |= AFD_POLL_DISCONNECT; in uv__fast_poll_submit_poll_req()
168 if ((afd_poll_info->Handles[0].Events & (AFD_POLL_RECEIVE | in uv__fast_poll_process_poll_req()
175 if ((afd_poll_info->Handles[0].Events & (AFD_POLL_SEND | in uv__fast_poll_process_poll_req()
182 if (afd_poll_info->Handles[0].Events & AFD_POLL_LOCAL_CLOSE) { in uv__fast_poll_process_poll_req()
559 afd_poll_info.Handles[0].Handle = (HANDLE) handle->socket; in uv__poll_close()
560 afd_poll_info.Handles[0].Status = 0; in uv__poll_close()
[all …]
/libuv/docs/src/guide/
H A Dbasics.rst136 Handles and Requests
141 Handles are opaque structs named as ``uv_TYPE_t`` where type signifies what the
189 Handles represent long-lived objects. Async operations on such handles are
197 Handles are setup by a corresponding::
/libuv/docs/src/
H A Ddesign.rst24 Handles and requests
30 Handles represent long-lived objects capable of performing certain operations while active. Some ex…
H A Dhandle.rst149 Handles that wrap file descriptors are closed immediately but
/libuv/include/uv/
H A Dwin.h216 AFD_POLL_HANDLE_INFO Handles[1]; member

Completed in 10 milliseconds