Home
last modified time | relevance | path

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

/third_party/boringssl/src/tool/
Dtransport_common.cc543 ScopedWSAEVENT sock_read_event(WSACreateEvent()); in Wait() local
544 if (!sock_read_event || in Wait()
545 WSAEventSelect(sock_, sock_read_event.get(), FD_READ | FD_CLOSE) != 0) { in Wait()
551 WSAEVENT events[3] = {sock_read_event.get(), WSA_INVALID_EVENT}; in Wait()