Searched refs:poll_res (Results 1 – 3 of 3) sorted by relevance
79 let poll_res = match this.stream.as_mut().as_pin_mut() { in poll() localVariable84 let elem = match poll_res { in poll()
312 int poll_res = PERFETTO_EINTR(poll(fds, nfds, poll_timeout_ms)); in PollInternal() local313 PERFETTO_CHECK(poll_res >= 0); in PollInternal()319 return poll_res > 0; in PollInternal()
747 let poll_res = match dying_instant { in run_config() localVariable751 match poll_res { in run_config()