Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDOperatingSystem.cpp61 OperatingSystem::IsOperatingSystemPluginThread (const lldb::ThreadSP &thread_sp) in IsOperatingSystemPluginThread() function in OperatingSystem
64 return thread_sp->IsOperatingSystemPluginThread(); in IsOperatingSystemPluginThread()
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()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDOperatingSystem.h88 IsOperatingSystemPluginThread (const lldb::ThreadSP &thread_sp);
HDThread.h1311 IsOperatingSystemPluginThread () const in IsOperatingSystemPluginThread() function
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
HDOperatingSystemPython.cpp270 if (!IsOperatingSystemPluginThread(thread_sp)) in CreateThreadFromThreadInfo()
323 if (!IsOperatingSystemPluginThread(thread->shared_from_this())) in CreateRegisterContextForThread()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDThreadMemory.h126 IsOperatingSystemPluginThread () const in IsOperatingSystemPluginThread() function
HDRegisterContextThreadMemory.cpp61 if (os->IsOperatingSystemPluginThread (thread_sp)) in UpdateRegisterContext()