Searched defs:is_shutdown (Results 1 – 2 of 2) sorted by relevance
19 fn is_shutdown(&self) -> bool; in is_shutdown() method43 fn is_shutdown(&self) -> bool { in is_shutdown() method119 fn is_shutdown(&self) -> bool { in is_shutdown() method380 fn is_shutdown(&self) -> bool { in is_shutdown() method
59 is_shutdown: bool, field479 let is_shutdown = schedule_io.waiters.get_mut().unwrap().is_shutdown; in ut_schedule_io_default() localVariable