Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DOperatingSystem.cpp50 bool OperatingSystem::IsOperatingSystemPluginThread( in IsOperatingSystemPluginThread() function in OperatingSystem
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h90 bool IsOperatingSystemPluginThread() const override { return true; } in IsOperatingSystemPluginThread() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h1293 virtual bool IsOperatingSystemPluginThread() const { return false; } in IsOperatingSystemPluginThread() function