Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDOperatingSystem.cpp46 bool OperatingSystem::IsOperatingSystemPluginThread( in IsOperatingSystemPluginThread() function in OperatingSystem
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDThreadMemory.h89 bool IsOperatingSystemPluginThread() const override { return true; } in IsOperatingSystemPluginThread() function
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDThread.h1281 virtual bool IsOperatingSystemPluginThread() const { return false; } in IsOperatingSystemPluginThread() function