Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/
Dfd_executor.rs80 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 { implementation
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>,
[all …]
During_executor.rs142 ex: Weak<RawExecutor>,
256 struct RawExecutor { struct
266 impl RawExecutor { implementation
267 fn new() -> Result<RawExecutor> { in new()
268 Ok(RawExecutor { in new()
661 impl WeakWake for RawExecutor { implementation
664 RawExecutor::wake(&arc_self); in wake_by_ref()
669 impl Drop for RawExecutor { implementation
712 raw: Arc<RawExecutor>,
717 let raw = RawExecutor::new().map(Arc::new)?; in new()
[all …]