Home
last modified time | relevance | path

Searched refs:GetBackingThread (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDThreadMemory.h118 GetBackingThread () const in GetBackingThread() function
HDRegisterContextThreadMemory.cpp53 ThreadSP backing_thread_sp (thread_sp->GetBackingThread()); in UpdateRegisterContext()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadList.cpp524 if ((*pos)->IsOperatingSystemPluginThread() && !(*pos)->GetBackingThread()) in WillResume()
556 if ((*pos)->IsOperatingSystemPluginThread() && !(*pos)->GetBackingThread()) in WillResume()
577 if ((*pos)->IsOperatingSystemPluginThread() && !(*pos)->GetBackingThread()) in WillResume()
HDThread.cpp712 lldb::ThreadSP backing_thread_sp (GetBackingThread ()); in ShouldResume()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
HDOperatingSystemPython.cpp295 ThreadSP backing_core_thread_sp(core_thread_sp->GetBackingThread()); in CreateThreadFromThreadInfo()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDThread.h533 GetBackingThread () const in GetBackingThread() function