Searched refs:dti_qos_class_index (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachThread.cpp | 731 uint64_t dti_qos_class_index) { in GetRequestedQoS() argument 738 if (m_process->ReadMemory(tsd + (dti_qos_class_index * 8), 8, &pri) == in GetRequestedQoS() 744 if (m_process->ReadMemory(tsd + (dti_qos_class_index * 4), 4, &pri) == in GetRequestedQoS()
|
H A D | MachThreadList.h | 48 uint64_t dti_qos_class_index);
|
H A D | MachThread.h | 116 ThreadInfo::QoS GetRequestedQoS(nub_addr_t tsd, uint64_t dti_qos_class_index);
|
H A D | MachThreadList.cpp | 47 uint64_t dti_qos_class_index) { in GetRequestedQoS() argument 50 return thread_sp->GetRequestedQoS(tsd, dti_qos_class_index); in GetRequestedQoS()
|
H A D | MachProcess.h | 235 uint64_t dti_qos_class_index);
|
H A D | MachProcess.mm | 612 uint64_t dti_qos_class_index) { 613 return m_thread_list.GetRequestedQoS(tid, tsd, dti_qos_class_index);
|
/openbsd/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/ |
H A D | SystemRuntimeMacOSX.h | 208 uint64_t dti_qos_class_index = UINT64_MAX; member
|
H A D | SystemRuntimeMacOSX.cpp | 217 m_libdispatch_tsd_indexes.dti_qos_class_index); in AddThreadExtendedInfoPacketHints() 451 m_libdispatch_tsd_indexes.dti_qos_class_index = in ReadLibdispatchTSDIndexes()
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | DNB.h | 205 uint64_t dti_qos_class_index);
|
H A D | DNB.cpp | 980 uint64_t dti_qos_class_index) { in DNBGetRequestedQoSForThread() argument 983 return procSP->GetRequestedQoS(tid, tsd, dti_qos_class_index); in DNBGetRequestedQoSForThread()
|
H A D | RNBRemote.cpp | 5630 uint64_t dti_qos_class_index = in HandlePacket_jThreadExtendedInfo() local 5818 if (dti_qos_class_index != 0 && dti_qos_class_index != UINT64_MAX) { in HandlePacket_jThreadExtendedInfo() 5820 pid, tid, tsd_address, dti_qos_class_index); in HandlePacket_jThreadExtendedInfo()
|