LLDB mainline
|
Public Member Functions | |
LibdispatchTSDIndexes ()=default | |
bool | IsValid () |
Public Attributes | |
uint16_t | dti_version = UINT16_MAX |
uint64_t | dti_queue_index = UINT64_MAX |
uint64_t | dti_voucher_index = UINT64_MAX |
uint64_t | dti_qos_class_index = UINT64_MAX |
Definition at line 204 of file SystemRuntimeMacOSX.h.
|
default |
|
inline |
Definition at line 212 of file SystemRuntimeMacOSX.h.
References dti_version.
Referenced by SystemRuntimeMacOSX::AddThreadExtendedInfoPacketHints(), and SystemRuntimeMacOSX::ReadLibdispatchTSDIndexes().
uint64_t SystemRuntimeMacOSX::LibdispatchTSDIndexes::dti_qos_class_index = UINT64_MAX |
Definition at line 208 of file SystemRuntimeMacOSX.h.
Referenced by SystemRuntimeMacOSX::AddThreadExtendedInfoPacketHints(), and SystemRuntimeMacOSX::ReadLibdispatchTSDIndexes().
uint64_t SystemRuntimeMacOSX::LibdispatchTSDIndexes::dti_queue_index = UINT64_MAX |
Definition at line 206 of file SystemRuntimeMacOSX.h.
Referenced by SystemRuntimeMacOSX::AddThreadExtendedInfoPacketHints(), and SystemRuntimeMacOSX::ReadLibdispatchTSDIndexes().
uint16_t SystemRuntimeMacOSX::LibdispatchTSDIndexes::dti_version = UINT16_MAX |
Definition at line 205 of file SystemRuntimeMacOSX.h.
Referenced by IsValid(), and SystemRuntimeMacOSX::ReadLibdispatchTSDIndexes().
uint64_t SystemRuntimeMacOSX::LibdispatchTSDIndexes::dti_voucher_index = UINT64_MAX |
Definition at line 207 of file SystemRuntimeMacOSX.h.
Referenced by SystemRuntimeMacOSX::AddThreadExtendedInfoPacketHints(), and SystemRuntimeMacOSX::ReadLibdispatchTSDIndexes().