Home
last modified time | relevance | path

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

/external/crosvm/sys_util/src/
Dpoll.rs256 pub struct WatchingEvents(u32); struct
258 impl WatchingEvents { impl
267 pub fn new(raw: u32) -> WatchingEvents { in new()
273 pub fn set_read(self) -> WatchingEvents { in set_read()
279 pub fn set_write(self) -> WatchingEvents { in set_write()
355 events: WatchingEvents, in add_fd_with_events()
380 pub fn modify(&self, fd: &dyn AsRawFd, events: WatchingEvents, token: T) -> Result<()> { in modify()
587 events: WatchingEvents, in add_fd_with_events()
598 pub fn modify(&self, fd: &dyn AsRawFd, events: WatchingEvents, token: T) -> Result<()> { in modify()
/external/crosvm/base/src/
Dwait_context.rs153 fn convert_to_watching_events(event_type: EventType) -> WatchingEvents { in convert_to_watching_events()
/external/crosvm/devices/src/utils/
Devent_loop.rs153 events: WatchingEvents, in add_event()
/external/crosvm/io_uring/src/
During.rs500 events: &WatchingEvents, in add_poll_fd()
522 events: &WatchingEvents, in remove_poll_fd()
/external/crosvm/cros_async/src/
During_executor.rs478 events: &sys_util::WatchingEvents, in submit_poll()