Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/
Dwatch.rs336 pub(super) struct BigNotify { struct
338 next: std::sync::atomic::AtomicUsize,
339 inner: [Notify; 8],
342 impl BigNotify { impl