Home
last modified time | relevance | path

Searched refs:GetRequestedQoS (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.h47 ThreadInfo::QoS GetRequestedQoS(nub_thread_t tid, nub_addr_t tsd,
DMachThread.h116 ThreadInfo::QoS GetRequestedQoS(nub_addr_t tsd, uint64_t dti_qos_class_index);
DMachThreadList.cpp45 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()
DMachProcess.h226 ThreadInfo::QoS GetRequestedQoS(nub_thread_t tid, nub_addr_t tsd,
DMachThread.cpp730 ThreadInfo::QoS MachThread::GetRequestedQoS(nub_addr_t tsd, in GetRequestedQoS() function in MachThread
DMachProcess.mm596 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/
DDNB.cpp966 return procSP->GetRequestedQoS(tid, tsd, dti_qos_class_index); in DNBGetRequestedQoSForThread()