Searched refs:m_libdispatch_tsd_indexes (Results 1 – 2 of 2) sorted by relevance
89 m_libdispatch_tsd_indexes(), in SystemRuntimeMacOSX()210 if (m_libdispatch_tsd_indexes.IsValid()) { in AddThreadExtendedInfoPacketHints()212 m_libdispatch_tsd_indexes.dti_queue_index); in AddThreadExtendedInfoPacketHints()214 m_libdispatch_tsd_indexes.dti_voucher_index); in AddThreadExtendedInfoPacketHints()216 m_libdispatch_tsd_indexes.dti_qos_class_index); in AddThreadExtendedInfoPacketHints()392 if (m_libdispatch_tsd_indexes.IsValid()) in ReadLibdispatchTSDIndexes()444 m_libdispatch_tsd_indexes.dti_version = in ReadLibdispatchTSDIndexes()446 m_libdispatch_tsd_indexes.dti_queue_index = in ReadLibdispatchTSDIndexes()448 m_libdispatch_tsd_indexes.dti_voucher_index = in ReadLibdispatchTSDIndexes()450 m_libdispatch_tsd_indexes.dti_qos_class_index = in ReadLibdispatchTSDIndexes()
284 struct LibdispatchTSDIndexes m_libdispatch_tsd_indexes; variable