Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dgc.rs61 shelf.get_or_put_with(|| GcInternal { in new_init_with()
79 self.async_task.queue_lo(|shelf| shelf.get_downcast_mut::<GcInternal>().unwrap().step()) in notify_gc()
84 struct GcInternal { struct
94 impl GcInternal { argument
146 shelf.get_downcast_mut::<GcInternal>().unwrap().step() in step()