extern structstd.c.darwin.thread_identifier_info[src]

Fields

thread_id: u64

System-wide unique 64-bit thread id

thread_handle: u64

Handle to be used by libproc

dispatch_qaddr: u64

libdispatch queue address

Source Code

Source code
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,
}