Searched refs:ScopedWSAEVENT (Results 1 – 1 of 1) sorted by relevance
444 class ScopedWSAEVENT { class446 ScopedWSAEVENT() = default;447 ScopedWSAEVENT(WSAEVENT event) { reset(event); } in ScopedWSAEVENT() function in ScopedWSAEVENT448 ScopedWSAEVENT(const ScopedWSAEVENT &) = delete;449 ScopedWSAEVENT(ScopedWSAEVENT &&other) { *this = std::move(other); } in ScopedWSAEVENT() function in ScopedWSAEVENT451 ~ScopedWSAEVENT() { reset(); } in ~ScopedWSAEVENT()453 ScopedWSAEVENT &operator=(const ScopedWSAEVENT &) = delete;454 ScopedWSAEVENT &operator=(ScopedWSAEVENT &&other) { in operator =()543 ScopedWSAEVENT sock_read_event(WSACreateEvent()); in Wait()552 ScopedWSAEVENT sock_write_event; in Wait()[all …]