Home
last modified time | relevance | path

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

/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h49 nub_addr_t GetPThreadT(nub_thread_t tid);
H A DMachThread.h118 nub_addr_t GetPThreadT();
H A DMachThreadList.cpp54 nub_addr_t MachThreadList::GetPThreadT(nub_thread_t tid) { in GetPThreadT() function in MachThreadList
57 return thread_sp->GetPThreadT(); in GetPThreadT()
H A DMachThread.cpp626 nub_addr_t MachThread::GetPThreadT() { in GetPThreadT()
677 nub_addr_t pthread_t_value = GetPThreadT(); in GetTSDAddressForThread()
620 nub_addr_t MachThread::GetPThreadT() { GetPThreadT() function in MachThread
H A DMachProcess.h242 nub_addr_t GetPThreadT(nub_thread_t tid);
H A DMachProcess.mm627 nub_addr_t MachProcess::GetPThreadT(nub_thread_t tid) { function
628 return m_thread_list.GetPThreadT(tid);
/llvm-project/lldb/tools/debugserver/source/
H A DDNB.cpp1046 return procSP->GetPThreadT(tid); in DNBGetDispatchQueueT()