Searched refs:Events (Results 1 – 3 of 3) sorted by relevance
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()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()
208 ULONG Events; member
17 - Events for file modification (writing to a file) are not received if only the
Completed in 14 milliseconds