Searched defs:WatchingEvents (Results 1 – 5 of 5) sorted by relevance
/external/crosvm/sys_util/src/ |
D | poll.rs | 256 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/ |
D | wait_context.rs | 153 fn convert_to_watching_events(event_type: EventType) -> WatchingEvents { in convert_to_watching_events()
|
/external/crosvm/devices/src/utils/ |
D | event_loop.rs | 153 events: WatchingEvents, in add_event()
|
/external/crosvm/io_uring/src/ |
D | uring.rs | 500 events: &WatchingEvents, in add_poll_fd() 522 events: &WatchingEvents, in remove_poll_fd()
|
/external/crosvm/cros_async/src/ |
D | uring_executor.rs | 478 events: &sys_util::WatchingEvents, in submit_poll()
|