Searched refs:WatchdogState (Results 1 – 1 of 1) sorted by relevance
64 struct WatchdogState { struct73 impl WatchdogState { argument194 state: Arc<(Condvar, Mutex<WatchdogState>)>,209 Mutex::new(WatchdogState { in new()287 fn spawn_thread(&self, state: &mut MutexGuard<WatchdogState>) { in spawn_thread() argument