HomeSort by relevance Sort by last modified time
    Searched refs:IsOperatingSystemPluginThread (Results 1 - 7 of 7) sorted by null

  /external/lldb/source/Target/
OperatingSystem.cpp 61 OperatingSystem::IsOperatingSystemPluginThread (const lldb::ThreadSP &thread_sp)
64 return thread_sp->IsOperatingSystemPluginThread();
ThreadList.cpp 508 if ((*pos)->IsOperatingSystemPluginThread() && !(*pos)->GetBackingThread())
540 if ((*pos)->IsOperatingSystemPluginThread() && !(*pos)->GetBackingThread())
561 if ((*pos)->IsOperatingSystemPluginThread() && !(*pos)->GetBackingThread())
  /external/lldb/include/lldb/Target/
OperatingSystem.h 88 IsOperatingSystemPluginThread (const lldb::ThreadSP &thread_sp);
Thread.h     [all...]
  /external/lldb/source/Plugins/Process/Utility/
ThreadMemory.h 126 IsOperatingSystemPluginThread () const
RegisterContextThreadMemory.cpp 61 if (os->IsOperatingSystemPluginThread (thread_sp))
  /external/lldb/source/Plugins/OperatingSystem/Python/
OperatingSystemPython.cpp 259 if (!IsOperatingSystemPluginThread(thread_sp))
315 if (!IsOperatingSystemPluginThread(thread->shared_from_this()))

Completed in 83 milliseconds