Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/cros_async/src/sys/linux/
H A Dpoll_source.rs82 pub struct PollSource<F> { struct
86 impl<F: AsRawDescriptor> PollSource<F> { implementation
99 impl<F: AsRawDescriptor> PollSource<F> { implementation
/aosp_15_r20/external/crosvm/cros_async/src/
H A Dlib.rs128 PollSource(sys::linux::poll_source::Error), enumerator