Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h49 nub_addr_t GetPThreadT(nub_thread_t tid);
H A DMachThread.h117 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.cpp620 nub_addr_t MachThread::GetPThreadT() { in GetPThreadT() function in MachThread
671 nub_addr_t pthread_t_value = GetPThreadT(); in GetTSDAddressForThread()
H A DMachProcess.h236 nub_addr_t GetPThreadT(nub_thread_t tid);
H A DMachProcess.mm616 nub_addr_t MachProcess::GetPThreadT(nub_thread_t tid) { function
617 return m_thread_list.GetPThreadT(tid);
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.cpp991 return procSP->GetPThreadT(tid); in DNBGetPThreadT()