Home
last modified time | relevance | path

Searched refs:poll_res (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/futures-util/src/stream/try_stream/
Dtry_for_each_concurrent.rs79 let poll_res = match this.stream.as_mut().as_pin_mut() { in poll() localVariable
84 let elem = match poll_res { in poll()
/external/perfetto/src/base/
Dsubprocess_posix.cc312 int poll_res = PERFETTO_EINTR(poll(fds, nfds, poll_timeout_ms)); in PollInternal() local
313 PERFETTO_CHECK(poll_res >= 0); in PollInternal()
319 return poll_res > 0; in PollInternal()
/external/crosvm/src/plugin/
Dmod.rs747 let poll_res = match dying_instant { in run_config() localVariable
751 match poll_res { in run_config()