Home
last modified time | relevance | path

Searched refs:ThreadNotify (Results 1 – 3 of 3) 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
365 Event::ThreadNotify { worker } => { in simulate()
/external/rust/crates/rayon-core/src/sleep/
Dmod.rs373 self.logger.log(|| ThreadNotify { worker: index }); in wake_specific_thread()