Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dwatchdog.rs64 struct WatchdogState { struct
73 impl WatchdogState { argument
160 state: Arc<(Condvar, Mutex<WatchdogState>)>,
175 Mutex::new(WatchdogState { in new()
253 fn spawn_thread(&self, state: &mut MutexGuard<WatchdogState>) { in spawn_thread() argument