Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/
During_executor.rs156 waker_token: Some(token), in start_read_to_mem()
172 waker_token: Some(token), in start_write_from_mem()
183 waker_token: Some(token), in start_fallocate()
194 waker_token: Some(token), in start_fsync()
207 waker_token: Some(token), in poll_fd_readable()
784 waker_token: Option<WakerToken>, field
794 .waker_token in poll()
799 self.waker_token = None; in poll()
825 if let Some(waker_token) = self.waker_token.take() { in drop()
827 ex.cancel_operation(waker_token); in drop()