Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/cros_async/src/sys/windows/
H A Dasync_types.rs24 read_notifier: EventAsync, field
29 let read_notifier = in new() localVariable
/aosp_15_r20/external/crosvm/base_tokio/src/sys/windows/
H A Dtube.rs26 read_notifier: Event, field
33 let read_notifier = tube.get_read_notifier_event().try_clone()?; in new() localVariable
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/net/sys/
H A Dwindows.rs200 let read_notifier = overlapped_wrapper in start_queue() localVariable
205 let read_notifier = EventAsync::new_without_reset(read_notifier, ex) in start_queue() localVariable
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/handler/sys/
H A Dwindows.rs54 let read_notifier = vhost_user_tube in run_handler() localVariable
/aosp_15_r20/external/crosvm/net_util/src/slirp/sys/windows/
H A Dhandler.rs681 let read_notifier = overlapped_wrapper in create_slirp_context() localVariable