Searched refs:handle_source (Results 1 – 4 of 4) sorted by relevance
10 pub mod handle_source; module20 pub use handle_source::HandleSource;21 pub use handle_source::HandleWrapper;
66 base::win::ScopedHandle handle_source(handle); in TEST_F() local68 handle_holder = std::move(handle_source); in TEST_F()
13 HandleSource(#[from] super::handle_source::Error),
405 .map_err(super::handle_source::Error::HandleWaitFailed)?; in wait_for_handle()