Home
last modified time | relevance | path

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

/aosp_15_r20/system/security/keystore2/watchdog/src/
H A Dlib.rs67 struct WatchdogState { struct
77 impl WatchdogState { argument
321 fn spawn_thread(&self, state: &mut MutexGuard<WatchdogState>) { in spawn_thread()