Searched defs:EventLoop (Results 1 – 11 of 11) 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/host_backend/ |
| D | host_backend_device_provider.rs | 65 event_loop: Arc<EventLoop>, in start_helper() 106 event_loop: Arc<EventLoop>, in start() 148 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 | 26 event_loop: &EventLoop, in start()
|
| D | transfer_ring_controller.rs | 71 event_loop: Arc<EventLoop>, in new()
|
| D | ring_buffer_controller.rs | 101 event_loop: Arc<EventLoop>, in new_with_handler()
|
| D | device_slot.rs | 109 event_loop: Arc<EventLoop>, in new() 275 event_loop: Arc<EventLoop>, in new()
|
| D | command_ring_controller.rs | 80 event_loop: Arc<EventLoop>, in new()
|
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
| D | EventLoop.common.kt | 22 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 | 789 class EventLoop(base_events.BaseEventLoop): class
|