Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/cros_async/src/sys/linux/
H A During_executor.rs907 struct UringQueueEmpty<'a> { struct
908 ex: &'a Arc<RawExecutor<UringReactor>>,
911 impl<'a> Future for UringQueueEmpty<'a> { implementation