Home
last modified time | relevance | path

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

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