Home
last modified time | relevance | path

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

/trueos/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()
/trueos/contrib/llvm/tools/lldb/source/Target/
HDThreadList.cpp533 if ((*pos)->IsOperatingSystemPluginThread() && !(*pos)->GetBackingThread()) in WillResume()
565 if ((*pos)->IsOperatingSystemPluginThread() && !(*pos)->GetBackingThread()) in WillResume()
586 if ((*pos)->IsOperatingSystemPluginThread() && !(*pos)->GetBackingThread()) in WillResume()
HDThread.cpp656 lldb::ThreadSP backing_thread_sp (GetBackingThread ()); in ShouldResume()
/trueos/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
HDOperatingSystemPython.cpp305 ThreadSP backing_core_thread_sp (core_thread_sp->GetBackingThread()); in CreateThreadFromThreadInfo()
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDThread.h395 GetBackingThread () const in GetBackingThread() function