extern struct thread_identifier_info [src]
Alias for std.c.darwin.thread_identifier_info
Fields
thread_id: u64System-wide unique 64-bit thread id
thread_handle: u64Handle to be used by libproc
dispatch_qaddr: u64libdispatch queue address
Source
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,
}