Searched refs:sock_event (Results 1 – 1 of 1) sorted by relevance
1374 HANDLE sock_event; member1389 tcpc->sock_event = CreateEventW(NULL, FALSE, FALSE, NULL); in rpcrt4_sock_wait_init()1391 if (!tcpc->sock_event || !tcpc->cancel_event) in rpcrt4_sock_wait_init()1394 if (tcpc->sock_event) CloseHandle(tcpc->sock_event); in rpcrt4_sock_wait_init()1404 if (WSAEventSelect(tcpc->sock, tcpc->sock_event, FD_READ | FD_CLOSE) == SOCKET_ERROR) in rpcrt4_sock_wait_for_recv()1409 wait_handles[0] = tcpc->sock_event; in rpcrt4_sock_wait_for_recv()1432 res = WaitForSingleObject(tcpc->sock_event, INFINITE); in rpcrt4_sock_wait_for_send()1782 CloseHandle(connection->sock_event); in rpcrt4_conn_tcp_close()1892 int res = WSAEventSelect(conn->sock, conn->sock_event, FD_ACCEPT); in rpcrt4_protseq_sock_get_wait_array()1897 objs[*count] = conn->sock_event; in rpcrt4_protseq_sock_get_wait_array()[all …]