Type Alias thread_identifier_info_data_t

Source
pub type thread_identifier_info_data_t = thread_identifier_info;

Aliased Type§

#[repr(C)]
pub struct thread_identifier_info_data_t { pub thread_id: u64, pub thread_handle: u64, pub dispatch_qaddr: u64, }

Fields§

§thread_id: u64§thread_handle: u64§dispatch_qaddr: u64