pub const thread_identifier_info = extern struct
pub const thread_identifier_info = extern struct { /// System-wide unique 64-bit thread id thread_id: u64, /// Handle to be used by libproc thread_handle: u64, /// libdispatch queue address dispatch_qaddr: u64, }