Home
last modified time | relevance | path

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

/external/rust/crates/futures-executor/src/
Dlocal_pool.rs42 pub(crate) struct ThreadNotify { struct
54 static CURRENT_THREAD_NOTIFY: Arc<ThreadNotify> = Arc::new(ThreadNotify { argument
60 impl ArcWake for ThreadNotify { implementation
/external/rust/crates/rayon-core/src/
Dlog.rs79 ThreadNotify { worker: usize }, enumerator