Home
last modified time | relevance | path

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

/aosp_15_r20/system/security/keystore2/src/
H A Dasync_task.rs92 struct AsyncTaskState { struct
110 state: Arc<(Condvar, Mutex<AsyncTaskState>)>, argument
190 fn spawn_thread(&self, state: &mut MutexGuard<AsyncTaskState>) { in spawn_thread()