Searched refs:GetBackingThread (Results 1 - 6 of 6) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h118 GetBackingThread () const function in class:ThreadMemory
H A DRegisterContextThreadMemory.cpp53 ThreadSP backing_thread_sp (thread_sp->GetBackingThread());
/external/lldb/source/Target/
H A DThreadList.cpp508 if ((*pos)->IsOperatingSystemPluginThread() && !(*pos)->GetBackingThread())
540 if ((*pos)->IsOperatingSystemPluginThread() && !(*pos)->GetBackingThread())
561 if ((*pos)->IsOperatingSystemPluginThread() && !(*pos)->GetBackingThread())
H A DThread.cpp608 lldb::ThreadSP backing_thread_sp (GetBackingThread ());
/external/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp285 ThreadSP backing_core_thread_sp (core_thread_sp->GetBackingThread());
/external/lldb/include/lldb/Target/
H A DThread.h434 GetBackingThread () const function in class:lldb_private::Thread

Completed in 421 milliseconds