Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.h50 nub_addr_t GetDispatchQueueT(nub_thread_t tid);
DMachThread.h118 nub_addr_t GetDispatchQueueT();
DMachThreadList.cpp61 nub_addr_t MachThreadList::GetDispatchQueueT(nub_thread_t tid) { in GetDispatchQueueT() function in MachThreadList
64 return thread_sp->GetDispatchQueueT(); in GetDispatchQueueT()
DMachProcess.h229 nub_addr_t GetDispatchQueueT(nub_thread_t tid);
DMachThread.cpp700 nub_addr_t MachThread::GetDispatchQueueT() { in GetDispatchQueueT() function in MachThread
DMachProcess.mm605 nub_addr_t MachProcess::GetDispatchQueueT(nub_thread_t tid) { function
606 return m_thread_list.GetDispatchQueueT(tid);
/external/llvm-project/lldb/tools/debugserver/source/
DDNB.cpp982 return procSP->GetDispatchQueueT(tid); in DNBGetDispatchQueueT()