Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h84 lldb::ThreadSP GetBackingThread() const override { in GetBackingThread() function
/llvm-project/lldb/include/lldb/Target/
H A DThread.h472 virtual lldb::ThreadSP GetBackingThread() const { return lldb::ThreadSP(); } GetBackingThread() function
/llvm-project/lldb/source/Target/
H A DThreadList.cpp195 ThreadSP ThreadList::GetBackingThread(const ThreadSP &real_thread) { GetBackingThread() function in ThreadList