Searched defs:EventLoop (Results 1 – 15 of 15) sorted by relevance
/external/crosvm/devices/src/utils/ |
D | event_loop.rs | 49 pub struct EventLoop { struct 61 impl EventLoop { argument 66 ) -> Result<(EventLoop, thread::JoinHandle<()>)> { in start()
|
/external/crosvm/devices/src/usb/backend/ |
D | device_provider.rs | 69 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/ |
D | xhci_backend_device_provider.rs | 20 event_loop: Arc<EventLoop>, in start()
|
D | intr_resample_handler.rs | 27 event_loop: &EventLoop, in start()
|
D | transfer_ring_controller.rs | 81 event_loop: Arc<EventLoop>, in new()
|
D | ring_buffer_controller.rs | 103 event_loop: Arc<EventLoop>, in new_with_handler()
|
D | command_ring_controller.rs | 81 event_loop: Arc<EventLoop>, in new()
|
D | device_slot.rs | 125 event_loop: Arc<EventLoop>, in new() 302 event_loop: Arc<EventLoop>, in new()
|
/external/crosvm/devices/src/usb/backend/fido_backend/ |
D | fido_provider.rs | 24 event_loop: Arc<EventLoop>, in attach_security_key()
|
D | fido_passthrough.rs | 79 event_loop: Arc<EventLoop>, in new()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | EventLoop.common.kt | 19 internal abstract class EventLoop : CoroutineDispatcher() { in <lambda>() class
|
/external/python/cpython3/Lib/asyncio/ |
D | windows_events.py | 903 EventLoop = ProactorEventLoop variable
|
D | unix_events.py | 1536 EventLoop = SelectorEventLoop variable
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_selector_events.py | 94 class EventLoop(BaseSelectorEventLoop): class
|
D | test_base_events.py | 797 class EventLoop(base_events.BaseEventLoop): class
|