Home
last modified time | relevance | path

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

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