Home
last modified time | relevance | path

Searched defs:HandleWrapper (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/cros_async/src/sys/windows/
Dhandle_source.rs91 pub struct HandleWrapper { struct
95 impl HandleWrapper { impl
96 pub fn new(handles: Vec<Descriptor>) -> Arc<Mutex<HandleWrapper>> { in new()