Home
last modified time | relevance | path

Searched defs:PollEvents (Results 1 – 6 of 6) sorted by relevance

/external/crosvm/third_party/libslirp-rs/src/
Dcontext.rs180 pub struct PollEvents(usize); struct
182 impl PollEvents { implementation
225 impl<T: Into<PollEvents>> ops::BitAnd<T> for PollEvents { implementation
228 fn bitand(self, other: T) -> PollEvents { in bitand()
233 impl<T: Into<PollEvents>> ops::BitOr<T> for PollEvents { implementation
236 fn bitor(self, other: T) -> PollEvents { in bitor()
241 impl<T: Into<PollEvents>> ops::BitOrAssign<T> for PollEvents { implementation
247 impl fmt::Debug for PollEvents { implementation
614 F: FnMut(i32) -> PollEvents, in pollfds_poll()
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_event_mgr.cc206 void EventMgr::PollEvents(bool is_dedicated_poller, in PollEvents() function in tensorflow::EventMgr
Ddevice_event_mgr_test.cc66 void PollEvents() { in PollEvents() function in tensorflow::TEST_EventMgrHelper
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_event_mgr.cc205 void EventMgr::PollEvents(bool is_dedicated_poller, in PollEvents() function in tensorflow::EventMgr
/external/cronet/third_party/quic_trace/src/tools/render/
Dtrace_program.cc138 void TraceProgram::PollEvents() { in PollEvents() function in quic_trace::render::TraceProgram
/external/crosvm/net_util/src/slirp/sys/windows/
Dhandler.rs301 fn wsa_events_to_slirp_events(events: SHORT) -> PollEvents { in wsa_events_to_slirp_events()