Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/sys/
Dwindows.rs9 pub mod handle_source; module
18 pub use handle_source::HandleSource;
19 pub use handle_source::HandleWrapper;
/external/crosvm/cros_async/src/
Dio_ext.rs41 HandleSource(crate::sys::windows::handle_source::Error),
88 impl From<crate::sys::windows::handle_source::Error> for Error {
89 fn from(err: crate::sys::windows::handle_source::Error) -> Self { in from()
/external/cronet/base/win/
Dscoped_handle_unittest.cc66 base::win::ScopedHandle handle_source(handle); in TEST_F() local
68 handle_holder = std::move(handle_source); in TEST_F()
/external/crosvm/cros_async/src/sys/windows/
Dwait_for_handle.rs30 use crate::sys::windows::handle_source::Error;
31 use crate::sys::windows::handle_source::Result;