Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dasync_task.rs149 pub fn queue_lo<F>(&self, f: F) in queue_lo() method
335 at.queue_lo(move |shelf| { in test_async_task()
348 at.queue_lo(move |shelf| { in test_async_task()
368 at_clone.queue_lo(move |_shelf| { in test_async_task_chain()
401 at.queue_lo(|_shelf| { in test_async_task_idle()
410 at.queue_lo(move |_shelf| { in test_async_task_idle()
483 at_clone.queue_lo(|_shelf| { in test_async_task_idle_queues_job()
Dgc.rs79 self.async_task.queue_lo(|shelf| shelf.get_downcast_mut::<GcInternal>().unwrap().step()) in notify_gc()
145 at.queue_lo(move |shelf| { in step()
Daudit_log.rs82 LOGS_HANDLER.queue_lo(move |_| { in with_log_context()