Searched refs:ThreadNotify (Results 1 – 3 of 3) sorted by relevance
42 pub(crate) struct ThreadNotify { struct54 static CURRENT_THREAD_NOTIFY: Arc<ThreadNotify> = Arc::new(ThreadNotify { argument60 impl ArcWake for ThreadNotify { implementation
79 ThreadNotify { worker: usize }, enumerator365 Event::ThreadNotify { worker } => { in simulate()
373 self.logger.log(|| ThreadNotify { worker: index }); in wake_specific_thread()