Home
last modified time | relevance | path

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

/external/rust/crates/futures-executor/src/
Dlocal_pool.rs54 static CURRENT_THREAD_NOTIFY: Arc<ThreadNotify> = Arc::new(ThreadNotify { constant
83 CURRENT_THREAD_NOTIFY.with(|thread_notify| { in run_executor()
112 CURRENT_THREAD_NOTIFY.with(|thread_notify| { in poll_executor()