pub type sched_poll_t = sched_poll;Aliased Type§
struct sched_poll_t {
pub ports: __guest_handle_evtchn_port_t,
pub nr_ports: u32,
pub timeout: u64,
}Fields§
§ports: __guest_handle_evtchn_port_t§nr_ports: u32§timeout: u64pub type sched_poll_t = sched_poll;struct sched_poll_t {
pub ports: __guest_handle_evtchn_port_t,
pub nr_ports: u32,
pub timeout: u64,
}ports: __guest_handle_evtchn_port_t§nr_ports: u32§timeout: u64