Searched defs:EventLoop (Results 1 – 11 of 11) sorted by relevance
/external/crosvm/devices/src/utils/ |
D | event_loop.rs | 42 pub struct EventLoop { struct 54 impl EventLoop { implementation 59 ) -> Result<(EventLoop, thread::JoinHandle<()>)> { in start()
|
/external/crosvm/devices/src/usb/host_backend/ |
D | host_backend_device_provider.rs | 56 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/ |
D | xhci_backend_device_provider.rs | 17 event_loop: Arc<EventLoop>, in start()
|
D | intr_resample_handler.rs | 20 event_loop: &EventLoop, in start()
|
D | transfer_ring_controller.rs | 69 event_loop: Arc<EventLoop>, in new()
|
D | ring_buffer_controller.rs | 97 event_loop: Arc<EventLoop>, in new_with_handler()
|
D | device_slot.rs | 98 event_loop: Arc<EventLoop>, in new() 264 event_loop: Arc<EventLoop>, in new()
|
D | command_ring_controller.rs | 67 event_loop: Arc<EventLoop>, in new()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | EventLoop.common.kt | 23 internal abstract class EventLoop : CoroutineDispatcher() { in <lambda>() class
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_selector_events.py | 123 class EventLoop(BaseSelectorEventLoop): class
|
D | test_base_events.py | 788 class EventLoop(base_events.BaseEventLoop): class
|