Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/scsi/
H A Ddevice.rs759 let queue_handler = handle_queue( in run_worker() localVariable
767 pin_mut!(queue_handler); in run_worker()
770 _ = queue_handler => anyhow::bail!("queue handler exited unexpectedly"), in run_worker()
/aosp_15_r20/external/python/cpython3/Doc/howto/
Dlogging-cookbook.rst590 queue_handler = QueueHandler(que)
594 root.addHandler(queue_handler)