Home
last modified time | relevance | path

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

/external/crosvm/devices/src/utils/
Devent_loop.rs42 pub struct EventLoop { struct
54 impl EventLoop { implementation
59 ) -> Result<(EventLoop, thread::JoinHandle<()>)> { in start()
/external/crosvm/devices/src/usb/host_backend/
Dhost_backend_device_provider.rs56 event_loop: Arc<EventLoop>, in start_helper()
97 event_loop: Arc<EventLoop>, in start()
139 event_loop: Arc<EventLoop>, in new()
/external/crosvm/devices/src/usb/xhci/
Dxhci_backend_device_provider.rs17 event_loop: Arc<EventLoop>, in start()
Dintr_resample_handler.rs20 event_loop: &EventLoop, in start()
Dtransfer_ring_controller.rs69 event_loop: Arc<EventLoop>, in new()
Dring_buffer_controller.rs97 event_loop: Arc<EventLoop>, in new_with_handler()
Ddevice_slot.rs98 event_loop: Arc<EventLoop>, in new()
264 event_loop: Arc<EventLoop>, in new()
Dcommand_ring_controller.rs67 event_loop: Arc<EventLoop>, in new()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt23 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.py788 class EventLoop(base_events.BaseEventLoop): class