Home
last modified time | relevance | path

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

/external/crosvm/sys_util/src/
Dpoll.rs174 pub struct PollEvents<'a, T> { struct
180 impl<'a, T: PollToken> PollEvents<'a, T> { argument
228 impl<'a, T: PollToken> IntoIterator for &'a PollEvents<'_, T> { implementation
/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/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