Home
last modified time | relevance | path

Searched defs:EventLoop (Results 1 – 11 of 11) sorted by relevance

/external/crosvm/devices/src/utils/
Devent_loop.rs59 pub struct EventLoop { struct
71 impl EventLoop { impl
76 ) -> Result<(EventLoop, thread::JoinHandle<()>)> { in start()
/external/crosvm/devices/src/usb/xhci/
Dxhci_backend_device_provider.rs16 event_loop: Arc<EventLoop>, in start()
Dintr_resample_handler.rs20 event_loop: &EventLoop, in start()
Dtransfer_ring_controller.rs68 event_loop: Arc<EventLoop>, in new()
Dring_buffer_controller.rs96 event_loop: Arc<EventLoop>, in new_with_handler()
Ddevice_slot.rs94 event_loop: Arc<EventLoop>, in new()
260 event_loop: Arc<EventLoop>, in new()
Dcommand_ring_controller.rs66 event_loop: Arc<EventLoop>, in new()
/external/crosvm/devices/src/usb/host_backend/
Dhost_backend_device_provider.rs62 event_loop: Arc<EventLoop>, in start_helper()
100 event_loop: Arc<EventLoop>, in start()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt22 internal abstract class EventLoop : CoroutineDispatcher() { in <lambda>() class
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_selector_events.py123 class EventLoop(BaseSelectorEventLoop): class
Dtest_base_events.py782 class EventLoop(base_events.BaseEventLoop): class