Searched refs:m_libdispatch_tsd_indexes (Results 1 – 2 of 2) sorted by relevance
90 m_libdispatch_tsd_indexes(), in SystemRuntimeMacOSX()211 if (m_libdispatch_tsd_indexes.IsValid()) { in AddThreadExtendedInfoPacketHints()213 m_libdispatch_tsd_indexes.dti_queue_index); in AddThreadExtendedInfoPacketHints()215 m_libdispatch_tsd_indexes.dti_voucher_index); in AddThreadExtendedInfoPacketHints()217 m_libdispatch_tsd_indexes.dti_qos_class_index); in AddThreadExtendedInfoPacketHints()393 if (m_libdispatch_tsd_indexes.IsValid()) in ReadLibdispatchTSDIndexes()445 m_libdispatch_tsd_indexes.dti_version = in ReadLibdispatchTSDIndexes()447 m_libdispatch_tsd_indexes.dti_queue_index = in ReadLibdispatchTSDIndexes()449 m_libdispatch_tsd_indexes.dti_voucher_index = in ReadLibdispatchTSDIndexes()451 m_libdispatch_tsd_indexes.dti_qos_class_index = in ReadLibdispatchTSDIndexes()
279 struct LibdispatchTSDIndexes m_libdispatch_tsd_indexes; variable