Searched defs:auto_handle (Results 1 – 4 of 4) sorted by relevance
247 struct auto_handle struct in boost::asio::detail::win_iocp_io_context249 HANDLE handle;250 auto_handle() : handle(0) {} in auto_handle() argument251 ~auto_handle() { if (handle) ::CloseHandle(handle); } in ~auto_handle()
33 class auto_handle class39 explicit auto_handle(boost::winapi::HANDLE_ h = NULL) BOOST_NOEXCEPT : m_handle(h) in auto_handle() function in boost::ipc::aux::auto_handle
1162 testing::internal::AutoHandle auto_handle(handle); in TEST() local
1153 testing::internal::AutoHandle auto_handle(handle); in TEST() local