Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dwatchdog.rs258 let cloned_state = self.state.clone(); in spawn_thread() localVariable
261 let (ref condvar, ref state) = *cloned_state; in spawn_thread()
Dasync_task.rs192 let cloned_state = self.state.clone(); in spawn_thread() localVariable
196 let (ref condvar, ref state) = *cloned_state; in spawn_thread()