Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/block/
Dasynchronous.rs507 let mut queue_handler_stop_fns = std::collections::BTreeMap::new(); in run_worker() localVariable
533 let old_stop_fn = queue_handler_stop_fns.insert(index, move || { in run_worker()
558 match queue_handler_stop_fns.remove(&index) { in run_worker()
590 queue_handler_stop_fns.clear(); in run_worker()