Searched defs:is_running (Results 1 – 2 of 2) sorted by relevance
122 is_running: Arc<AtomicBool>, field132 fn is_running(&self) -> bool in is_running() method481 is_running: Arc<AtomicBool>, field490 let is_running = Arc::new(AtomicBool::new(true)); in new() localVariable
79 pub(crate) fn is_running(cur: usize) -> bool { in is_running() function