Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dasync_task.rs89 struct AsyncTaskState { struct
107 state: Arc<(Condvar, Mutex<AsyncTaskState>)>, argument
187 fn spawn_thread(&self, state: &mut MutexGuard<AsyncTaskState>) { in spawn_thread()