Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h50 nub_addr_t GetDispatchQueueT(nub_thread_t tid);
H A DMachThread.h118 nub_addr_t GetDispatchQueueT();
H A DMachThreadList.cpp61 nub_addr_t MachThreadList::GetDispatchQueueT(nub_thread_t tid) { in GetDispatchQueueT() function in MachThreadList
64 return thread_sp->GetDispatchQueueT(); in GetDispatchQueueT()
H A DMachProcess.h237 nub_addr_t GetDispatchQueueT(nub_thread_t tid);
H A DMachThread.cpp700 nub_addr_t MachThread::GetDispatchQueueT() { in GetDispatchQueueT() function in MachThread
H A DMachProcess.mm620 nub_addr_t MachProcess::GetDispatchQueueT(nub_thread_t tid) { function
621 return m_thread_list.GetDispatchQueueT(tid);
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.cpp999 return procSP->GetDispatchQueueT(tid); in DNBGetDispatchQueueT()