Searched refs:GetRequestedQoS (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachThreadList.h | 47 ThreadInfo::QoS GetRequestedQoS(nub_thread_t tid, nub_addr_t tsd,
|
D | MachThread.h | 116 ThreadInfo::QoS GetRequestedQoS(nub_addr_t tsd, uint64_t dti_qos_class_index);
|
D | MachThreadList.cpp | 45 ThreadInfo::QoS MachThreadList::GetRequestedQoS(nub_thread_t tid, in GetRequestedQoS() function in MachThreadList 50 return thread_sp->GetRequestedQoS(tsd, dti_qos_class_index); in GetRequestedQoS()
|
D | MachProcess.h | 226 ThreadInfo::QoS GetRequestedQoS(nub_thread_t tid, nub_addr_t tsd,
|
D | MachThread.cpp | 730 ThreadInfo::QoS MachThread::GetRequestedQoS(nub_addr_t tsd, in GetRequestedQoS() function in MachThread
|
D | MachProcess.mm | 596 ThreadInfo::QoS MachProcess::GetRequestedQoS(nub_thread_t tid, nub_addr_t tsd, function 598 return m_thread_list.GetRequestedQoS(tid, tsd, dti_qos_class_index);
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | DNB.cpp | 966 return procSP->GetRequestedQoS(tid, tsd, dti_qos_class_index); in DNBGetRequestedQoSForThread()
|