Searched refs:conn_wait_event (Results 1 – 1 of 1) sorted by relevance
114 static HANDLE complete_event, conn_close_event, conn_wait_event, server_req_rec_event, request_sent… variable224 conn_wait_event = CreateEventW(NULL, FALSE, FALSE, NULL); in init_events()233 CloseHandle(conn_wait_event); in free_events()242 ResetEvent(conn_wait_event); in reset_events()2586 WaitForSingleObject(conn_wait_event, INFINITE); in server_thread()2593 WaitForSingleObject(conn_wait_event, INFINITE); in server_thread()5263 SetEvent( conn_wait_event ); in test_async_read()5282 ResetEvent( conn_wait_event ); in test_async_read()5352 SetEvent( conn_wait_event ); in test_async_read()5579 SetEvent(conn_wait_event); in close_connection()