Lines Matching refs:RawExecutor
80 ex: Weak<RawExecutor>,
137 ex: Weak<RawExecutor>,
187 async fn notify_task(notify: EventFd, raw: Weak<RawExecutor>) { in notify_task() argument
234 struct RawExecutor { struct
242 impl RawExecutor { argument
244 Ok(RawExecutor { in new()
405 impl WeakWake for RawExecutor { implementation
408 RawExecutor::wake(&arc_self); in wake_by_ref()
413 impl Drop for RawExecutor { implementation
448 raw: Arc<RawExecutor>,
457 .and_then(RawExecutor::new) in new()