Searched refs:IsOperatingSystemPluginThread (Results 1 - 7 of 7) sorted by path

/external/lldb/include/lldb/Target/
H A DOperatingSystem.h88 IsOperatingSystemPluginThread (const lldb::ThreadSP &thread_sp);
H A DThread.h1016 IsOperatingSystemPluginThread () const function in class:lldb_private::Thread
/external/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp259 if (!IsOperatingSystemPluginThread(thread_sp))
315 if (!IsOperatingSystemPluginThread(thread->shared_from_this()))
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp61 if (os->IsOperatingSystemPluginThread (thread_sp))
H A DThreadMemory.h126 IsOperatingSystemPluginThread () const function in class:ThreadMemory
/external/lldb/source/Target/
H A DOperatingSystem.cpp61 OperatingSystem::IsOperatingSystemPluginThread (const lldb::ThreadSP &thread_sp) function in class:OperatingSystem
64 return thread_sp->IsOperatingSystemPluginThread();
H A DThreadList.cpp508 if ((*pos)->IsOperatingSystemPluginThread() && !(*pos)->GetBackingThread())
540 if ((*pos)->IsOperatingSystemPluginThread() && !(*pos)->GetBackingThread())
561 if ((*pos)->IsOperatingSystemPluginThread() && !(*pos)->GetBackingThread())

Completed in 284 milliseconds