Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.h49 nub_addr_t GetPThreadT(nub_thread_t tid);
DMachThread.h117 nub_addr_t GetPThreadT();
DMachThreadList.cpp54 nub_addr_t MachThreadList::GetPThreadT(nub_thread_t tid) { in GetPThreadT() function in MachThreadList
57 return thread_sp->GetPThreadT(); in GetPThreadT()
DMachThread.cpp620 nub_addr_t MachThread::GetPThreadT() { in GetPThreadT() function in MachThread
671 nub_addr_t pthread_t_value = GetPThreadT(); in GetTSDAddressForThread()
DMachProcess.h228 nub_addr_t GetPThreadT(nub_thread_t tid);
DMachProcess.mm601 nub_addr_t MachProcess::GetPThreadT(nub_thread_t tid) { function
602 return m_thread_list.GetPThreadT(tid);
/external/llvm-project/lldb/tools/debugserver/source/
DDNB.cpp974 return procSP->GetPThreadT(tid); in DNBGetPThreadT()