Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h52 GetTSDAddressForThread(nub_thread_t tid,
H A DMachThread.h120 GetTSDAddressForThread(uint64_t plo_pthread_tsd_base_address_offset,
H A DMachThreadList.cpp68 nub_addr_t MachThreadList::GetTSDAddressForThread( in GetTSDAddressForThread() function in MachThreadList
73 return thread_sp->GetTSDAddressForThread( in GetTSDAddressForThread()
H A DMachProcess.h239 GetTSDAddressForThread(nub_thread_t tid,
H A DMachThread.cpp667 MachThread::GetTSDAddressForThread(uint64_t plo_pthread_tsd_base_address_offset, in GetTSDAddressForThread() function in MachThread
H A DMachProcess.mm624 nub_addr_t MachProcess::GetTSDAddressForThread( function
627 return m_thread_list.GetTSDAddressForThread(
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.cpp1011 return procSP->GetTSDAddressForThread( in DNBGetTSDAddressForThread()