Home
last modified time | relevance | path

Searched refs:ThreadNotify (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/futures-executor/src/
Dlocal_pool.rs45 pub(crate) struct ThreadNotify { struct
57 static CURRENT_THREAD_NOTIFY: Arc<ThreadNotify> = Arc::new(ThreadNotify { argument
63 impl ArcWake for ThreadNotify { implementation