Home
last modified time | relevance | path

Searched refs:IsOperatingSystemPluginThread (Results 1 – 7 of 7) sorted by relevance

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