Home
last modified time | relevance | path

Searched defs:EpollReactor (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/cros_async/src/sys/linux/
Dfd_executor.rs119 pub(crate) fn new(raw: &Arc<RawExecutor<EpollReactor>>, f: F) -> Result<Self> { in new()
208 pub struct EpollReactor { struct
217 impl EpollReactor { argument
294 impl Reactor for EpollReactor { implementation
384 fn wrap_task_handle<R>(task: RawTaskHandle<EpollReactor, R>) -> TaskHandle<R> { in wrap_task_handle()
389 impl AsRawDescriptors for EpollReactor { implementation
414 async fn do_test(ex: &Arc<RawExecutor<EpollReactor>>) { in test_it()
Dtimer.rs44 ex: &Arc<RawExecutor<EpollReactor>>, in new_poll()
97 async fn this_test(ex: &Arc<RawExecutor<EpollReactor>>) { in one_shot_fd()
Devent.rs46 ex: &Arc<RawExecutor<EpollReactor>>, in new_poll()