Home
last modified time | relevance | path

Searched refs:Events (Results 1 – 3 of 3) sorted by relevance

/libuv/src/win/
H A Dpoll.c111 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()
122 afd_poll_info->Handles[0].Events |= AFD_POLL_SEND | AFD_POLL_CONNECT_FAIL; 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()
171 if ((afd_poll_info->Handles[0].Events & AFD_POLL_DISCONNECT) != 0) { 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()
561 afd_poll_info.Handles[0].Events = AFD_POLL_ALL; in uv__poll_close()
/libuv/include/uv/
H A Dwin.h208 ULONG Events; member
/libuv/docs/src/
H A Dfs_event.rst17 - Events for file modification (writing to a file) are not received if only the

Completed in 14 milliseconds