Home
last modified time | relevance | path

Searched refs:poll_hup (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/third_party/libslirp-rs/src/
Dcontext.rs198 pub fn poll_hup() -> Self { in poll_hup() method
221 self.contains(PollEvents::poll_hup()) in has_hup()
/external/crosvm/net_util/src/slirp/sys/windows/
Dhandler.rs321 poll_events |= PollEvents::poll_hup(); in wsa_events_to_slirp_events()