Type Alias libc::thread_extended_info_data_t

source ·
pub type thread_extended_info_data_t = thread_extended_info;

Aliased Type§

struct thread_extended_info_data_t {
    pub pth_user_time: u64,
    pub pth_system_time: u64,
    pub pth_cpu_usage: i32,
    pub pth_policy: i32,
    pub pth_run_state: i32,
    pub pth_flags: i32,
    pub pth_sleep_time: i32,
    pub pth_curpri: i32,
    pub pth_priority: i32,
    pub pth_maxpriority: i32,
    pub pth_name: [i8; 64],
}

Fields§

§pth_user_time: u64§pth_system_time: u64§pth_cpu_usage: i32§pth_policy: i32§pth_run_state: i32§pth_flags: i32§pth_sleep_time: i32§pth_curpri: i32§pth_priority: i32§pth_maxpriority: i32§pth_name: [i8; 64]