Home
last modified time | relevance | path

Searched defs:IsOperatingSystemPluginThread (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DOperatingSystem.cpp46 bool OperatingSystem::IsOperatingSystemPluginThread( in IsOperatingSystemPluginThread() function in OperatingSystem
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h89 bool IsOperatingSystemPluginThread() const override { return true; } in IsOperatingSystemPluginThread() function
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThread.h1226 virtual bool IsOperatingSystemPluginThread() const { return false; } in IsOperatingSystemPluginThread() function