Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/third_party/libslirp-rs/src/
H A Dcontext.rs190 pub fn poll_in() -> Self { in poll_in() method
/aosp_15_r20/external/crosvm/base/src/sys/linux/
H A Dmod.rs499 pub fn poll_in<F: AsRawDescriptor>(fd: &F) -> bool { in poll_in() function