Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/
Dfd_executor.rs45 ExecutorGone, enumerator
87 let ex = self.ex.upgrade().ok_or(Error::ExecutorGone)?; in wait_readable()
101 let ex = self.ex.upgrade().ok_or(Error::ExecutorGone)?; in wait_writable()
156 Poll::Ready(Err(Error::ExecutorGone)) in poll()
213 Err(Error::ExecutorGone) => break, in notify_task()
564 Error::ExecutorGone => {} in drop_before_completion()
During_executor.rs87 ExecutorGone, enumerator
152 let ex = self.ex.upgrade().ok_or(Error::ExecutorGone)?; in start_read_to_mem()
168 let ex = self.ex.upgrade().ok_or(Error::ExecutorGone)?; in start_write_from_mem()
179 let ex = self.ex.upgrade().ok_or(Error::ExecutorGone)?; in start_fallocate()
190 let ex = self.ex.upgrade().ok_or(Error::ExecutorGone)?; in start_fsync()
203 let ex = self.ex.upgrade().ok_or(Error::ExecutorGone)?; in poll_fd_readable()
818 Poll::Ready(Err(Error::ExecutorGone)) in poll()
989 Error::ExecutorGone => {} in drop_before_completion()
1055 Error::ExecutorGone => {} in drop_on_different_thread()