Type Alias sched_poll_t

Source
pub type sched_poll_t = sched_poll;

Aliased Type§

#[repr(C)]
pub 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: u64