Home
last modified time | relevance | path

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

/external/crosvm/devices/src/utils/
Devent_loop.rs49 pub struct EventLoop { struct
61 impl EventLoop { argument
66 ) -> Result<(EventLoop, thread::JoinHandle<()>)> { in start()
/external/crosvm/devices/src/usb/backend/
Ddevice_provider.rs69 event_loop: Arc<EventLoop>, in start_helper()
110 event_loop: Arc<EventLoop>, in start()
150 event_loop: Arc<EventLoop>, in new()
/external/crosvm/devices/src/usb/xhci/
Dxhci_backend_device_provider.rs20 event_loop: Arc<EventLoop>, in start()
Dintr_resample_handler.rs27 event_loop: &EventLoop, in start()
Dtransfer_ring_controller.rs81 event_loop: Arc<EventLoop>, in new()
Dring_buffer_controller.rs103 event_loop: Arc<EventLoop>, in new_with_handler()
Dcommand_ring_controller.rs81 event_loop: Arc<EventLoop>, in new()
Ddevice_slot.rs125 event_loop: Arc<EventLoop>, in new()
302 event_loop: Arc<EventLoop>, in new()
/external/crosvm/devices/src/usb/backend/fido_backend/
Dfido_provider.rs24 event_loop: Arc<EventLoop>, in attach_security_key()
Dfido_passthrough.rs79 event_loop: Arc<EventLoop>, in new()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt19 internal abstract class EventLoop : CoroutineDispatcher() { in <lambda>() class
/external/python/cpython3/Lib/asyncio/
Dwindows_events.py903 EventLoop = ProactorEventLoop variable
Dunix_events.py1536 EventLoop = SelectorEventLoop variable
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_selector_events.py94 class EventLoop(BaseSelectorEventLoop): class
Dtest_base_events.py797 class EventLoop(base_events.BaseEventLoop): class