Searched defs:PollEvents (Results 1 – 6 of 6) sorted by relevance
180 pub struct PollEvents(usize); struct182 impl PollEvents { implementation225 impl<T: Into<PollEvents>> ops::BitAnd<T> for PollEvents { implementation228 fn bitand(self, other: T) -> PollEvents { in bitand()233 impl<T: Into<PollEvents>> ops::BitOr<T> for PollEvents { implementation236 fn bitor(self, other: T) -> PollEvents { in bitor()241 impl<T: Into<PollEvents>> ops::BitOrAssign<T> for PollEvents { implementation247 impl fmt::Debug for PollEvents { implementation614 F: FnMut(i32) -> PollEvents, in pollfds_poll()
206 void EventMgr::PollEvents(bool is_dedicated_poller, in PollEvents() function in tensorflow::EventMgr
66 void PollEvents() { in PollEvents() function in tensorflow::TEST_EventMgrHelper
205 void EventMgr::PollEvents(bool is_dedicated_poller, in PollEvents() function in tensorflow::EventMgr
138 void TraceProgram::PollEvents() { in PollEvents() function in quic_trace::render::TraceProgram
301 fn wsa_events_to_slirp_events(events: SHORT) -> PollEvents { in wsa_events_to_slirp_events()