Searched defs:abort_handle (Results 1 – 3 of 3) sorted by relevance
46 pub fn abort_handle(&self) -> AbortHandle { in abort_handle() method
300 pub fn abort_handle(&self) -> super::AbortHandle { in abort_handle() method
353 let mut abort_handle = if ah.is_some() || abort_src == CombiAbortSource::AbortHandle { in test_combination() localVariable