Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/
Dfd_executor.rs165 let _ = ex.cancel_operation(token); in drop()
394 fn cancel_operation(&self, token: WakerToken) -> Result<()> { in cancel_operation() method
During_executor.rs439 fn cancel_operation(&self, token: WakerToken) { in cancel_operation() method
827 ex.cancel_operation(waker_token); in drop()