Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DOperatingSystem.cpp47 bool OperatingSystem::IsOperatingSystemPluginThread( in IsOperatingSystemPluginThread() function in OperatingSystem
50 return thread_sp->IsOperatingSystemPluginThread(); in IsOperatingSystemPluginThread()
DThreadList.cpp508 if ((*pos)->IsOperatingSystemPluginThread() && in WillResume()
538 if ((*pos)->IsOperatingSystemPluginThread() && in WillResume()
558 if ((*pos)->IsOperatingSystemPluginThread() && in WillResume()
/external/llvm-project/lldb/include/lldb/Target/
DOperatingSystem.h62 virtual bool IsOperatingSystemPluginThread(const lldb::ThreadSP &thread_sp);
DThread.h1226 virtual bool IsOperatingSystemPluginThread() const { return false; } in IsOperatingSystemPluginThread() function
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DThreadMemory.h89 bool IsOperatingSystemPluginThread() const override { return true; } in IsOperatingSystemPluginThread() function
DRegisterContextThreadMemory.cpp44 if (os->IsOperatingSystemPluginThread(thread_sp)) in UpdateRegisterContext()
/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp254 if (!IsOperatingSystemPluginThread(thread_sp)) { in CreateThreadFromThreadInfo()
298 if (!IsOperatingSystemPluginThread(thread->shared_from_this())) in CreateRegisterContextForThread()