Type Alias libc::thread_time_constraint_policy_data_t

source ·
pub type thread_time_constraint_policy_data_t = thread_time_constraint_policy;

Aliased Type§

struct thread_time_constraint_policy_data_t {
    pub period: u32,
    pub computation: u32,
    pub constraint: u32,
    pub preemptible: u32,
}

Fields§

§period: u32§computation: u32§constraint: u32§preemptible: u32