Home
last modified time | relevance | path

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

/system/security/keystore2/watchdog/src/
Dlib.rs270 self.spawn_thread(&mut state); in arm()
287 fn spawn_thread(&self, state: &mut MutexGuard<WatchdogState>) { in spawn_thread() method
/system/security/keystore2/src/
Dasync_task.rs181 self.spawn_thread(&mut state); in queue()
187 fn spawn_thread(&self, state: &mut MutexGuard<AsyncTaskState>) { in spawn_thread() method